-
Notifications
You must be signed in to change notification settings - Fork 647
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
Send and receive kafka headers #749
base: master
Are you sure you want to change the base?
Conversation
@confluentinc It looks like @Pastor just signed our Contributor License Agreement. 👍 Always at your service, clabot |
Would love to see this header support included in a release. |
@rigelbm any plans for getting this PR merged in? This functionality would be very helpful to us at the moment. |
I should add, we are happy to test an RC etc |
We already use this feature :) in our custom build |
I have been notified that the produce v3 API will add support for headers, and the PR is under active dev #797 |
up! |
|
For those issues:
#698
#523
Example:
"headers": [ {"key1": "value1"}, {"key2": "value2"}, {"key1": "value3"} ]
By this #523 (comment)