chamikaramj commented on code in PR #36112:
URL: https://github.com/apache/beam/pull/36112#discussion_r2392268039
##########
sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/KafkaIO.java:
##########
@@ -730,6 +731,9 @@ public abstract static class Read<K, V>
@Pure
public abstract @Nullable Boolean getOffsetDeduplication();
+ @Pure
+ public abstract @Nullable Boolean getRedistributeByRecordKey();
Review Comment:
Sg. Thanks!
--
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]