You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrea Cosentino (JIRA)" <ji...@apache.org> on 2016/07/19 11:08:20 UTC

[jira] [Assigned] (CAMEL-10157) Values in KafkaConstants don't fit their variable name

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

Andrea Cosentino reassigned CAMEL-10157:
----------------------------------------

    Assignee: Andrea Cosentino

> Values in KafkaConstants don't fit their variable name
> ------------------------------------------------------
>
>                 Key: CAMEL-10157
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10157
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-kafka
>    Affects Versions: 2.16.3, 2.17.2, 2.18.0
>            Reporter: Oliver Holzmann
>            Assignee: Andrea Cosentino
>            Priority: Minor
>
> Value of {{KafkaConstants.KEY = "kafka.CONTENT_TYPE"}} and {{KafkaConstants.PARTITION = "kafka.EXCHANGE_NAME"}} should match their variable name.
> {code}
>     public static final String PARTITION = "kafka.PARTITION";
>     public static final String KEY = "kafka.KEY";
> {code}



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