Naireen commented on code in PR #32402:
URL: https://github.com/apache/beam/pull/32402#discussion_r1777794915
##########
sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/KafkaUnboundedReader.java:
##########
@@ -509,6 +521,13 @@ String name() {
List<TopicPartition> partitions =
Preconditions.checkArgumentNotNull(source.getSpec().getTopicPartitions());
+
+ // Each source has a single unique topic.
Review Comment:
For the DF implementation, we create separate readers for each topic though,
so for this case, we'll still get correct metrics.
--
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]