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 reference 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://commons.apache.org/proper/commons-codec/jacoco/org.apache.commons.codec.digest/MurmurHash3.java.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use the murmur3 hash to get a partition number out of a key. (as reference 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://commons.apache.org/proper/commons-codec/jacoco/org.apache.commons.codec.digest/MurmurHash3.java.html
The text was updated successfully, but these errors were encountered: