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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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=nonewith 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!
Beta Was this translation helpful? Give feedback.
All reactions