Oliver Holzmann created CAMEL-10157:
---------------------------------------

             Summary: 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.17.2, 2.16.3, 2.18.0
            Reporter: Oliver Holzmann
            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)

Reply via email to