You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Alexei Levashov <al...@arrayent.com> on 2017/08/23 08:09:54 UTC

Python Kafka client that has support for SASL_SSL with SCRAM-SHA-256/512

Hello,

could someone point me in the direction of Python Kafka client that has
support for SASL_SSL with SCRAM-SHA-256/512?
The reason for asking is that this lib edenhill/librdkafka
<https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md>
seems to have configuration properties sasl.* ... for SASL_SSL with
SCRAM-SHA-256/512 but I couldn't find in the list
KAFKA/Clients#Clients-Python
<https://cwiki.apache.org/confluence/display/KAFKA/Clients#Clients-Python> that
any of these clients provide access to these (similar) properties. I must
be missing something obvious.
If it is the wrong list to ask where else could I forward this question?

Any hints would be very helpful,
Thx,
-AL

Re: Python Kafka client that has support for SASL_SSL with SCRAM-SHA-256/512

Posted by Magnus Edenhill <ma...@edenhill.se>.
Hi Alexei,

I'm a bit late to the party, but:
confluent-kafka-python is a Python client based on librdkafka, it supports
all SASL mechanisms, including SCRAM.

https://github.com/confluentinc/confluent-kafka-python

Regards,
Magnus



2017-08-23 10:09 GMT+02:00 Alexei Levashov <al...@arrayent.com>:

> Hello,
>
> could someone point me in the direction of Python Kafka client that has
> support for SASL_SSL with SCRAM-SHA-256/512?
> The reason for asking is that this lib edenhill/librdkafka
> <https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md>
> seems to have configuration properties sasl.* ... for SASL_SSL with
> SCRAM-SHA-256/512 but I couldn't find in the list
> KAFKA/Clients#Clients-Python
> <https://cwiki.apache.org/confluence/display/KAFKA/Clients#Clients-Python>
> that
> any of these clients provide access to these (similar) properties. I must
> be missing something obvious.
> If it is the wrong list to ask where else could I forward this question?
>
> Any hints would be very helpful,
> Thx,
> -AL
>