tomstepp commented on code in PR #33591:
URL: https://github.com/apache/beam/pull/33591#discussion_r1924344487
##########
sdks/java/core/src/main/java/org/apache/beam/sdk/io/UnboundedSource.java:
##########
@@ -93,6 +93,13 @@ public boolean requiresDeduping() {
return false;
}
+ /**
+ * Returns whether this source is configured for offset-based deduplication
by the runner.
+ */
+ public boolean offsetDeduplication() {
Review Comment:
Updated to isOffsetDeduplication with more detailed comment.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]