-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 9.10, 10.10, 11.1-SNAPSHOT
-
Fix Version/s: 9.10-HF28, 10.10-HF02, 11.1, 2021.0
-
Component/s: Streams
- install Nuxeo
- enable Kafka and set it up for SSL and SASL:
kafka.ssl=true kafka.sasl.enabled=true
- observe the content of the kafka-config.xml showing the security.protocol is present twice in every section thus not taking into account the SASL_SSL config:
<property name="security.protocol">SASL_SSL</property> <property name="security.protocol">SSL</property>
- the result is SSL and it should be SASL_SSL in the case of ssl + sasl
The template common-base/nxserver/config/kafka-config.xml.nxftl must be fixed