librdkafka with SASL support #3707
-
Followed the steps below to build
The confluent-kafka library still complains of unsupported JAAS configuration:
Configuration summary: Now type 'make' to build |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can't use JAAS (Java-specific) configuration in the Python client. |
Beta Was this translation helpful? Give feedback.
You can't use JAAS (Java-specific) configuration in the Python client.
Try setting
sasl.username
andsasl.password
in your conf dict instead.