sv2000 commented on a change in pull request #3240:
URL: https://github.com/apache/gobblin/pull/3240#discussion_r589865253



##########
File path: 
gobblin-modules/gobblin-kafka-common/src/main/java/org/apache/gobblin/source/extractor/extract/kafka/workunit/packer/KafkaTopicGroupingWorkUnitPacker.java
##########
@@ -187,6 +188,10 @@ public KafkaTopicGroupingWorkUnitPacker(AbstractSource<?, 
?> source, SourceState
         containerCapacity = 
getContainerCapacityForTopic(capacitiesByTopic.get(topic), 
this.containerCapacityComputationStrategy);
         log.info("Container capacity for topic {}: {}", topic, 
containerCapacity);
       }
+      //Add CONTAINER_CAPACITY into each workunit. Useful when 
KafkaIngestionHealthCheck is enabled.

Review comment:
       Forgot to remove the method after refactoring. Fixed 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.

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


Reply via email to