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

kafka record headers are not being handled #45

Open
nareshv opened this issue Mar 15, 2023 · 0 comments · May be fixed by #46
Open

kafka record headers are not being handled #45

nareshv opened this issue Mar 15, 2023 · 0 comments · May be fixed by #46

Comments

@nareshv
Copy link

nareshv commented Mar 15, 2023

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 headers

Describe 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

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
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant