You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 21:55:13 UTC

[GitHub] [beam] damccorm opened a new issue, #21227: KafkaIO should raise an error if both .withReadCommitted() and .commitOffsetsInFinalize() are used

damccorm opened a new issue, #21227:
URL: https://github.com/apache/beam/issues/21227

   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.
   
   Imported from Jira [BEAM-13353](https://issues.apache.org/jira/browse/BEAM-13353). Original Jira may contain additional context.
   Reported by: lcwik.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] nbali commented on issue #21227: KafkaIO should raise an error if both .withReadCommitted() and .commitOffsetsInFinalize() are used

Posted by GitBox <gi...@apache.org>.
nbali commented on issue #21227:
URL: https://github.com/apache/beam/issues/21227#issuecomment-1208820234

   slightly related 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] nbali commented on issue #21227: KafkaIO should raise an error if both .withReadCommitted() and .commitOffsetsInFinalize() are used

Posted by GitBox <gi...@apache.org>.
nbali commented on issue #21227:
URL: https://github.com/apache/beam/issues/21227#issuecomment-1208820279

   slighty related https://github.com/apache/beam/issues/22631


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org