airtai / fastkafka

FastKafka is a powerful and easy-to-use Python library for building asynchronous web services that interact with Kafka topics. Built on top of Pydantic, AIOKafka and AsyncAPI, FastKafka simplifies the process of writing producers and consumers for Kafka topics.
https://fastkafka.airt.ai
Apache License 2.0
41 stars 2 forks source link

Authenticate with Kerberos #64

Closed darklord1807 closed 3 months ago

darklord1807 commented 3 months ago

Hello,

Do you support kerberos authentcation. How do I pass the keytab or jaas file?

davorrunje commented 3 months ago

@darklord1807 we continued the development of this framework here: https://github.com/airtai/faststream

The new framework supports multiple MQ brokers, not just Kafka. Please check it out.

We support the Kerberos authentication as the underlying libraries are supporting it.