Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENH] Add rust message id conversion for pulsar (#1531)
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Adds a pulsar MsgID to our SeqID conversion based on the python version. I think we may need to revisit this encoding, as it reduces the range of the various fields, unless I am thinking about it incorrectly. For now I duplicated what we had, and we can revisit in the future. - New functionality - / ## Test plan *How are these changes tested?* - [x] Tests pass locally with `cargo test` ## Documentation Changes *Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the [docs repository](https://github.com/chroma-core/docs)?*
- Loading branch information