We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Environment
Python 3.10 confluent-kafka[avro]==1.9.2 opentelemetry-instrumentation-confluent-kafka==0.34b0
Steps to reproduce Pass a dict of headers to the producer
What is the expected behavior? To not crash and handle using a list or a dict for the headers
What is the actual behavior? crashes because of calling append on a dict of headers in KafkaContextSetter
Additional context The docs say produce can take a dict or a list https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#confluent_kafka.Producer.produce
The text was updated successfully, but these errors were encountered:
hi, can you assign this to me?
Sorry, something went wrong.
@srikanthccv @lzchen can you please assign @mrajashree to this issue since there is no PR submission from the current assignee. Thanks!
@avzis let us know if you had already worked on this. I will assign @mrajashree otherwise. @mrajashree can you please a leave a comment here.
I'm not working on it, you can assign this to him
thanks, glad to pick it up
mrajashree
Successfully merging a pull request may close this issue.
Environment
Python 3.10
confluent-kafka[avro]==1.9.2
opentelemetry-instrumentation-confluent-kafka==0.34b0
Steps to reproduce
Pass a dict of headers to the producer
What is the expected behavior?
To not crash and handle using a list or a dict for the headers
What is the actual behavior?
crashes because of calling append on a dict of headers in KafkaContextSetter
Additional context
The docs say produce can take a dict or a list https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#confluent_kafka.Producer.produce
The text was updated successfully, but these errors were encountered: