mxm commented on a change in pull request #6980: [FLINK-5697] [kinesis] Add periodic per-shard watermark support URL: https://github.com/apache/flink/pull/6980#discussion_r234579413
########## File path: flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisConsumer.java ########## @@ -220,6 +239,22 @@ public void setShardAssigner(KinesisShardAssigner shardAssigner) { ClosureCleaner.clean(shardAssigner, true); } + public AssignerWithPeriodicWatermarks<T> getPeriodicWatermarkAssigner() { + return periodicWatermarkAssigner; + } + + /** + * Set the assigner that will extract the timestamp from {@link T} and calculate the + * watermark. + * + * @param periodicWatermarkAssigner Review comment: Empty parameter doc. Add info or remove. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services