Description
ConsumerGroupCommand.scala uses consumer internally to get the position for each partition but if the partition is unavailable the call consumer.position(topicPartition) will block indefinitely.
Attachments
Issue Links
- links to
ConsumerGroupCommand.scala uses consumer internally to get the position for each partition but if the partition is unavailable the call consumer.position(topicPartition) will block indefinitely.