apache-kafka-security Questions
2
Solved
I'm trying to configure a kafka client to authenticate against a secure kafkaserver. I've set up the jaas and ssl configs, but it's complaining about serviceNames.
I am not using Kerberos.
comman...
Wombat asked 4/3, 2019 at 18:49
4
Solved
this is my first post on Stackoverflow, i hope i didnt choose the wrong section.
Context :
Kafka HEAP size is configured on following file :
/etc/systemd/system/kafka.service
With following p...
Verrocchio asked 3/10, 2019 at 11:49
2
Solved
I'm trying to connect to remove kafka broker as consumer using 0.11.0.3 kafka version via SSL using commandline tool, connection string is the following
kafka-console-consumer.bat \
--bootstrap-s...
Claro asked 28/4, 2020 at 14:40
1
Solved
I'm running kafka 2.13-2.4.1 and configuring an SSL connection between kafka client (consumer) written in java and a kafka cluster (3 nodes with each node having one broker).
I used the official do...
Ulaulah asked 27/3, 2020 at 23:21
1
Solved
when i run the zookeeper from the package in the kakfa_2.12-2.3.0 i am getting the following error
$ export KAFKA_OPTS="-Djava.security.auth.login.config=/kafka/kafka_2.12-2.3.0/config/zookeeper_...
Disruption asked 29/7, 2019 at 16:34
1
Solved
I'm using librdkafka as a client consumer, and I have configured the broker and the client to support SSL, for the broker:
listeners = PLAINTEXT://172.20.54.9:9092,SSL://172.20.54.9:9093
ssl.keys...
Est asked 31/5, 2019 at 14:33
1
© 2022 - 2025 — McMap. All rights reserved.