How to configure TLS on topic consumer side only #7496
Unanswered
kingnarmer
asked this question in
Q&A
Replies: 1 comment 4 replies
-
You can configure different listeners with different authentication options. You can check the docs for the details. But be careful about authorization if you plan to use it as Kafka supports it only cluster-wide and not per listener. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have k8s logging setup where logs --> fluentd --> kafka then logstash pulls logs from kafka. I would like to keep sending logs fluentd --> kafka without authentication but require authentication on logstash side pulling logs from kafka.
Is there instructions on how to accomplish this ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions