[ 
https://issues.apache.org/jira/browse/CAMEL-9511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Serge Smertin updated CAMEL-9511:
---------------------------------
    Description: 
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.

{quote}
    @UriParam
    private KafkaConfiguration configuration = new KafkaConfiguration();
{quote}

  was:
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();
````


> 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
>              Labels: kafka, kafka-0.8
>             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.
> {quote}
>     @UriParam
>     private KafkaConfiguration configuration = new KafkaConfiguration();
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to