Closed
Description
Description
I'm trying the same python 3.6 AvroConsumer program in Python and it keep failing because basic authentication information is not provided.
In Java, you can add these properties, is there similar for Python?
props.put(“basic.auth.user.info”,“admin:xxxx");
props.put(“basic.auth.credentials.source”,“USER_INFO”);
How to reproduce
Checklist
Please provide the following information:
- confluent-kafka-python and librdkafka version (
confluent_kafka.version()
andconfluent_kafka.libversion()
): - Apache Kafka broker version:
- Client configuration:
{...}
- Operating system:
- Provide client logs (with
'debug': '..'
as necessary) - Provide broker log excerpts
- Critical issue
Metadata
Metadata
Assignees
Labels
No labels