[
https://issues.apache.org/jira/browse/CAMEL-10157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15385733#comment-15385733
]
Andrea Cosentino commented on CAMEL-10157:
------------------------------------------
Thanks for spotting this out [~OHolzma] :-)
> 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)