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

camel-kafka: producer idempotence is not enabled by default

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.18.4
    • 3.20.1, 3.21.0, 4.0-M1, 4.0.0
    • camel-kafka
    • None
    • Unknown

    Description

      Kafka enables idempotence on the producer by default but camel-kafka does not (see the first bullet point here). As far as I can tell, aligning the following props would fix this:

      camel-kafka prop name Kafka value camel-kafka value
      retries MAX_INT 0
      enableIdempotence  true false
      requestRequiredAcks  all 1

       

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            eandre Espen Andreassen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: