dannycranmer commented on a change in pull request #13102:
URL: https://github.com/apache/flink/pull/13102#discussion_r490177541



##########
File path: 
flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/internals/ShardConsumer.java
##########
@@ -102,6 +107,11 @@ public void run() {
                try {
                        while (isRunning()) {
                                final RecordPublisherRunResult result = 
recordPublisher.run(batch -> {
+                                       if 
(!batch.getDeaggregatedRecords().isEmpty()) {

Review comment:
       I found this log useful while developing and also for diagnosing 
problems for running applications. It is `DEBUG` so would not clutter the logs 
normally. I am happy to remove this if you would prefer.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to