[
https://issues.apache.org/jira/browse/CAMEL-10157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrea Cosentino resolved CAMEL-10157.
--------------------------------------
Resolution: Fixed
> 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
> Fix For: 2.16.4, 2.17.3, 2.18.0
>
>
> 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)