Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.16.3, 2.17.2, 2.18.0
-
Component/s: camel-kafka
-
Labels:None
-
Estimated Complexity:Novice
Description
Value of KafkaConstants.KEY = "kafka.CONTENT_TYPE" and KafkaConstants.PARTITION = "kafka.EXCHANGE_NAME" should match their variable name.
public static final String PARTITION = "kafka.PARTITION"; public static final String KEY = "kafka.KEY";