confluentinc / librdkafka

The Apache Kafka C/C++ library
Other
54 stars 3.12k forks source link

differrence between values for configuration security.protocol * plaintext, ssl, sasl_plaintext, sasl_ssl #4776

Open minnieshi opened 1 week ago

minnieshi commented 1 week ago

https://docs.confluent.io/platform/current/clients/librdkafka/html/md_CONFIGURATION.html

what is the difference between plaintext and sasl_plaintext for the security.protocol?

minnieshi commented 1 week ago

sort of found some but not clear explaination here: https://docs.confluent.io/platform/current/kafka/authentication_sasl/authentication_sasl_plain.html

but it does not explain the difference between plaintext and sasl_plaintext

so to me this librdkafa's confugration for security.protocol probably made the two (plaintext and sasal_plaintext) the same.