hanghangliu commented on code in PR #3798:
URL: https://github.com/apache/gobblin/pull/3798#discussion_r1367372994
##########
gobblin-modules/gobblin-kafka-common/src/main/java/org/apache/gobblin/source/extractor/extract/kafka/KafkaSource.java:
##########
@@ -306,6 +303,96 @@ public String apply(KafkaTopic topic) {
}
}
+ public List<WorkUnit> getWorkunitsForFilteredPartitions(SourceState state,
Map<String, List<String>> filteredTopicPartitionMap, int minContainer) {
Review Comment:
My next PR will be utilizing this minContainer in
KafkaTopicGroupingWorkUnitPacker, which is not being respected in the current
implementation.
--
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]