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