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 <alexei.levas...@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 >