Skip to content
New issue

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

Producer / Consumer with partition key #139

Closed
daniel-davidd opened this issue Sep 7, 2023 · 0 comments · Fixed by #142
Closed

Producer / Consumer with partition key #139

daniel-davidd opened this issue Sep 7, 2023 · 0 comments · Fixed by #142
Assignees
Labels
enhancement New feature or request

Comments

@daniel-davidd
Copy link
Contributor

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

@daniel-davidd daniel-davidd added the enhancement New feature or request label Sep 7, 2023
@tbazen tbazen self-assigned this Sep 8, 2023
@tbazen tbazen linked a pull request Sep 11, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants