chamikaramj commented on code in PR #36112:
URL: https://github.com/apache/beam/pull/36112#discussion_r2390048217
##########
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:
Pls also add this to the `KafkaReadSchemaTransformProvider` which will make
this available to Beam YAML and managed transforms. (can be a separate PR if
needed).
https://github.com/apache/beam/blob/master/sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/KafkaReadSchemaTransformProvider.java
--
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]