You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2022/04/27 17:28:00 UTC

[jira] [Commented] (BEAM-13353) KafkaIO should raise an error if both .withReadCommitted() and .commitOffsetsInFinalize() are used

    [ https://issues.apache.org/jira/browse/BEAM-13353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528917#comment-17528917 ] 

Beam JIRA Bot commented on BEAM-13353:
--------------------------------------

This issue is P2 but has been unassigned without any comment for 60 days so it has been labeled "stale-P2". If this issue is still affecting you, we care! Please comment and remove the label. Otherwise, in 14 days the issue will be moved to P3.

Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed explanation of what these priorities mean.


> KafkaIO should raise an error if both .withReadCommitted() and .commitOffsetsInFinalize() are used
> --------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-13353
>                 URL: https://issues.apache.org/jira/browse/BEAM-13353
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-kafka
>            Reporter: Luke Cwik
>            Priority: P2
>              Labels: stale-P2
>
> 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.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)