Closed
Description
Description
According to the Docs there is a logger
parameter that can be passed to Consumer or Producer. But the Avro-counterparts are not supporting it.
How to reproduce
Just try:
>>> kc = confluent_kafka.avro.AvroConsumer(
{'schema.registry.url': 'http://example.com',
'group.id': 'test',
'debug': 'all'},
logger=logger)
Checklist
Please provide the following information:
- confluent-kafka-python and librdkafka version (
confluent_kafka.version()
andconfluent_kafka.libversion()
): ('1.2.0', 16908288), ('1.2.1', 16908799) - Apache Kafka broker version:
- Client configuration:
{...}
- Operating system: Debian/Linux
- Provide client logs (with
'debug': '..'
as necessary) - Provide broker log excerpts
- Critical issue
Metadata
Metadata
Assignees
Labels
No labels