-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
produce_batch() does not honour per-message partition #1604
Comments
Hey @edenhill, |
@barrotsteindev Great! Four things needs to happen:
I suggest you base your PR off of |
@edenhill, |
These tests rely on |
I suggest you create a new test (within 0011-..c, look at the bottom) not to interfere with existing tests (since that would make it hard to catch regression) |
4 seems like enough. |
I think it might be better to explicitly create the topic with |
Thanks for the guidance, |
Will need to add a new msgflag to tell it to use per-message partition.
Found in confluentinc/confluent-kafka-go#112
Note: It is likely that applications are default-initializing the partition to 0, not -1 (UA).
The text was updated successfully, but these errors were encountered: