We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use the murmur3 hash to get a partition number out of a key. (as referance see the go SDK PR -superstreamlabs/memphis.go#121 )
If the user gives a partition key than write / read from the right partition, else use the Round Robin fashion.
the murmur3 lib - https://www.nuget.org/packages/murmurhash#readme-body-tab
The text was updated successfully, but these errors were encountered:
tbazen
Successfully merging a pull request may close this issue.
use the murmur3 hash to get a partition number out of a key. (as referance see the go SDK PR -superstreamlabs/memphis.go#121 )
If the user gives a partition key than write / read from the right partition, else use the Round Robin fashion.
the murmur3 lib - https://www.nuget.org/packages/murmurhash#readme-body-tab
The text was updated successfully, but these errors were encountered: