lordgamez commented on a change in pull request #1120:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1120#discussion_r681063867
##########
File path:
docker/test/integration/resources/kafka_broker/conf/server-ssl.properties
##########
@@ -135,12 +135,13 @@ zookeeper.connection.timeout.ms=6000
# However, in production environments the default value of 3 seconds is more
suitable as this will help to avoid unnecessary, and potentially expensive,
rebalances during application startup.
group.initial.rebalance.delay.ms=0
-security.inter.broker.protocol=SSL
-listeners=PLAINTEXT://:9092,SSL://:9093
+listeners=SSL://kafka-broker:9093,SSL_HOST://0.0.0.0:29093
+advertised.listeners=SSL://kafka-broker:9093,SSL_HOST://localhost:29093
+listener.security.protocol.map=SSL:SSL,SSL_HOST:SSL
# SSL
ssl.protocol = TLS
-ssl.enabled.protocols=TLSv1.2
+ssl.enabled.protocols=TLSv1.2,TLSv1.1,TLSv1
Review comment:
I did not consider this, that makes sense. Updated in
af11b5fd586fe44f402e4704230aa3d01d29f838
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]