Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-13353

KafkaIO should raise an error if both .withReadCommitted() and .commitOffsetsInFinalize() are used

Details

    • Improvement
    • Status: Open
    • P3
    • Resolution: Unresolved
    • None
    • None
    • io-java-kafka
    • None

    Description

      Read committed tells KafkaIO to only read messages that are already committed which means that committing offsets in finalize is a no-op.

      Users should be using one or the other and is similar to making sure that either auto commit is enabled in the reader of KafkaIO does the committing which we have error checking for already.

      Attachments

        Activity

          People

            Unassigned Unassigned
            lcwik Luke Cwik
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: