You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bootstrap.servers=192.168.169.18:29092
# Enable the following properties for secure Kafka connection:security.protocol=SSL
ssl.key.location=/opt/miq/cvs/ssl/node.key
ssl.certificate.location=/opt/miq/cvs/ssl/node.crt
ssl.ca.location=/opt/miq/cvs/ssl/ca.crt
bootstrap.servers=kafkacluster05-server-1:9092
# Enable the following properties for secure Kafka connection:security.protocol=SSL
ssl.key.location=/opt/miq/cvs/ssl/node.key
ssl.certificate.location=/opt/miq/cvs/ssl/node.crt
ssl.ca.location=/opt/miq/cvs/ssl/ca.crt
3. When using ssl.endpoint.identification.algorithm=none with IPv6 in producer.properties:
Request for Help:
We are looking for insights or recommendations to resolve the issue with IPv6 not working when using the IP address directly in bootstrap.servers.
Could there be any configuration changes or additional steps required to ensure IPv6 compatibility?
Thanks!
The text was updated successfully, but these errors were encountered:
Discussed in #1290
Originally posted by wi7sonjoseph September 10, 2024
We have our Kafka cluster configured in SSL mode. Below are few of the details:
From Kafka config (server):
From Certificate:
Issue:
When using IPv6, I am not able to write to Kafka (see below
producer.properties
).Producer Properties:
I am using the following version of Kafka client:
However, the following scenarios do work:
1. When using IPv4:
2. When using the hostname:
2.1 Added the IPv6 entry in
/etc/hosts
:2.2 Passed the hostname in
bootstrap.servers
:3. When using
ssl.endpoint.identification.algorithm=none
with IPv6 inproducer.properties
:Request for Help:
We are looking for insights or recommendations to resolve the issue with IPv6 not working when using the IP address directly in bootstrap.servers.
Could there be any configuration changes or additional steps required to ensure IPv6 compatibility?
Thanks!
The text was updated successfully, but these errors were encountered: