-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Streams
-
Tags:
-
Backlog priority:100
-
Team:PLATFORM
-
Sprint:nxplatform #81
-
Story Points:3
Contributing a Chronicle default log config on top of a Kafka config is creating weird duplicate records in Kafka stream when Nuxeo is deployed in cluster using front/worker nodes.
Example of such config, which is overriding the default Kafka logConfig and doesn't contain any <match name="bulkimport/"> property.
<require>org.nuxeo.stream.defaultConfig</require> <extension point="logConfig" target="org.nuxeo.runtime.stream.service"> <logConfig name="bulkimport" type="chronicle" default="true"> <option name="basePath">${nuxeo.data.dir}</option> </logConfig> </extension>