You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
headers()
Retrieve the headers set on a message. Each header is a key valuepair. Please note that header keys are ordered and can repeat.
Returns
list of two-tuples, one (key, value) pair for each header.
Return type
[(str, bytes),…] or None.
### Affected Components
- [X] confluent-kafka-python and librdkafka version (`confluent_kafka.version()` and `confluent_kafka.libversion()`)
- [X] Apache Kafka broker version
- [X] Client configuration: `{...}` is provided
- [X] Operating system is provided
- [X] Provide IDE screenshot if it's possible
The text was updated successfully, but these errors were encountered:
rudo-ro
changed the title
confluent_kafka.Message.headers() produces incorrect value
confluent_kafka.Message.headers() returns incorrect value
Aug 12, 2024
Initial Checks
Description
https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#confluent_kafka.Message.headers
in the docs I'm seeing
In the code I'm seeing;
Example Code
No response
Python, verion of Types-confluent-kafka. verion of Confluent-kafka-python, your applications settings & OS Version
The text was updated successfully, but these errors were encountered: