AHeise commented on a change in pull request #16817:
URL: https://github.com/apache/flink/pull/16817#discussion_r688509218



##########
File path: 
flink-connectors/flink-connector-kafka/src/main/java/org/apache/flink/streaming/connectors/kafka/internals/SourceContextWatermarkOutputAdapter.java
##########
@@ -42,4 +42,9 @@ public void emitWatermark(Watermark watermark) {
     public void markIdle() {
         sourceContext.markAsTemporarilyIdle();
     }
+
+    @Override
+    public void markActive() {
+        // will be set active with next watermark

Review comment:
       This is the old interface; so I'd like to avoid it.




-- 
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]


Reply via email to