[
https://issues.apache.org/jira/browse/BEAM-13353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17494728#comment-17494728
]
Beam JIRA Bot commented on BEAM-13353:
--------------------------------------
This issue is assigned but has not received an update in 30 days so it has been
labeled "stale-assigned". If you are still working on the issue, please give an
update and remove the label. If you are no longer working on the issue, please
unassign so someone else may work on it. In 7 days the issue will be
automatically unassigned.
> 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
> Assignee: Luke Cwik
> Priority: P2
> Labels: stale-assigned
>
> 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.1#820001)