Github user tzulitai commented on a diff in the pull request:

    https://github.com/apache/flink/pull/3031#discussion_r97935971
  
    --- Diff: 
flink-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/connectors/kafka/internals/KafkaTopicPartitionStateWithPeriodicWatermarks.java
 ---
    @@ -61,6 +61,10 @@ public long getCurrentWatermarkTimestamp() {
                return partitionWatermark;
        }
     
    +   void setCurrentWatermarkTimestamp(long watermarkTimestamp) {
    --- End diff --
    
    The other methods seem to be `public` (although they can actually be 
package-private). Should we stay consistent with that here?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to