You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Serge Smertin (JIRA)" <ji...@apache.org> on 2016/01/13 12:07:39 UTC

[jira] [Created] (CAMEL-9511) Setting Kafka's endpoint configuration by reference overrides everything instead of merging

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)