confluentinc / confluentinc/confluent-kafka-python
Feature Request: Kerberos support for Schema Registry
- Dominant language
- Python
- Stars
- 509
- Forks
- 964
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 14
Description
Description
===========
Looking for kerberos authentication support for Schema Registry. For example, using the AvroProducer method the schema registry class doesn't support a schema registry instance with kerberos auth. Kafka has this feature through librdkafka.
How to reproduce
================
Using AvroProducer method with a Schema Registry URL. If schema registry has kerberos auth enabled the client can't connect and revceives a 401.
Checklist
=========
Please provide the following information:
- [ ] confluent-kafka-python and librdkafka version (`confluent_kafka.version()` and `confluent_kafka.libversion()`):
- [x] Apache Kafka broker version: 2.4.1
- [ ] Client configuration: `{...}`
- [x] Operating system: RHEL 7.7
- [ ] Provide client logs (with `'debug': '..'` as necessary)
- [ ] Provide broker log excerpts
- [ ] Critical issue
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.