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

It should be possible to specify the message key when sending to kafka. #51

Open
kafkiansky opened this issue Feb 13, 2025 · 0 comments

Comments

@kafkiansky
Copy link

A key feature of the CDC is to preserve the order of messages sent to the broker, but now RandomPartitioner is specified in the library, which is very bad. It should be possible to specify which column of the table will be the key of the message, and a HashPartitioner should be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant