Hello,
When using an Ambari blueprint to change the Kafka property security.inter.broker.protocol.
I am able to change other properties during deployment, but it seems that this property always defaults to PLAINTEXTSASL.
Actual configuration,
{ "kafka-broker": { "properties": { "listeners": "PLAINTEXTSASL://localhost:6668", "security.inter.broker.protocol": "SASL_SSL" } } }
Is there a BUG in Ambari-2.2.2? If yes in which version this is fixed.