sjvanrossum commented on PR #32402: URL: https://github.com/apache/beam/pull/32402#issuecomment-2435483279
@Naireen @johnjcasey The changes introduced in this PR assume that a single `KafkaUnboundedSource` will be assigned a single Kafka topic. As far as I'm aware that is not what the transform allows users to configure, `withTopics()`, `withTopicPartitions()` and `withTopicPattern()` permit multiple topics. If the number of splits is less than the number of topic partitions, then a single split may end up with an assignment consisting of partitions from multiple topics. -- 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]
