Skip to content

Avro(Consumer|Producer) don't support logger parameter #698

Closed
@venthur

Description

@venthur

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() and confluent_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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions