Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-10157

Values in KafkaConstants don't fit their variable name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.16.3, 2.17.2, 2.18.0
    • 2.16.4, 2.17.3, 2.18.0
    • camel-kafka
    • None
    • 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";
      

      Attachments

        Activity

          People

            acosentino Andrea Cosentino
            OHolzma Oliver Holzmann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: