Serge Smertin created CAMEL-9511:
------------------------------------
Summary: Setting Kafka's endpoint configuration by reference
overrides everything instead of merging
Key: CAMEL-9511
URL: https://issues.apache.org/jira/browse/CAMEL-9511
Project: Camel
Issue Type: Bug
Components: camel-kafka
Reporter: Serge Smertin
Fix For: 2.16.2
If we set configuration for Kafka endpoint as reference, the actual resulting
configuration for endpoint is not merged and some query param-set properties
are lost. It's easier to use shared configuration in cases us having global
bean with zookeeper configuration and broker list.
````
@UriParam
private KafkaConfiguration configuration = new KafkaConfiguration();
````
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)