-
Notifications
You must be signed in to change notification settings - Fork 31
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
kafka record headers are not being handled #45
Comments
swamymavuri
pushed a commit
to swamymavuri/pulsar-adapters
that referenced
this issue
Mar 15, 2023
…eaders for producer and consumer (cherry picked from commit 390131131c22e3b9ebcaf4762c15d3fa1411da5d)
swamymavuri
added a commit
to swamymavuri/pulsar-adapters
that referenced
this issue
Mar 15, 2023
…eaders for producer and consumer (cherry picked from commit 390131131c22e3b9ebcaf4762c15d3fa1411da5d)
swamymavuri
added a commit
to swamymavuri/pulsar-adapters
that referenced
this issue
Mar 15, 2023
…record headers for producer and consumer" This reverts commit 0d7443e.
swamymavuri
added a commit
to swamymavuri/pulsar-adapters
that referenced
this issue
Mar 15, 2023
…eaders for producer and consumer
1 task
swamymavuri
added a commit
to swamymavuri/pulsar-adapters
that referenced
this issue
Mar 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your enhancement request related to a problem? Please describe.
Using this as a drop-in replacement for the KafkaProducer & KafkaConsumer coming from native kafka libraries. When the ProducerRecord is having any
Header
entries, they are not being sent to message, causing the consumer not able to access these headersDescribe the solution you'd like
Ideally, all the kafka record headers should be passed as-is so that the consumer can access them via KafkaConsumer interface.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: