C
Join ServerC#
help
Kafka incorrect configuration
EElectron9/19/2022
I'm getting to know Kafka and I wonder how to fix the following:
You can see the configuration in appsettings.json and I'm running the docker-compose.yaml for Kafka.
https://github.com/Hulkstance/kafka-dashboard
[thrd:app]: Configuration propertysasl.mechanism
set toPLAIN
butsecurity.protocol
is not configured for SASL: recommend settingsecurity.protocol
to SASL_SSL or SASL_PLAINTEXT
You can see the configuration in appsettings.json and I'm running the docker-compose.yaml for Kafka.
https://github.com/Hulkstance/kafka-dashboard