OmniaGM commented on code in PR #16766:
URL: https://github.com/apache/kafka/pull/16766#discussion_r1705243229


##########
tools/src/main/java/org/apache/kafka/tools/consumer/group/ConsumerGroupCommand.java:
##########
@@ -812,6 +813,9 @@ private Map<TopicPartition, LogOffsetResult> 
getLogOffsets(Collection<TopicParti
                         : new Unknown()
                 ));
             } catch (InterruptedException | ExecutionException e) {
+                if 
(e.getMessage().contains(UnknownTopicOrPartitionException.class.getCanonicalName()))
 {

Review Comment:
   The main goal of this jira and bug is if one topic is deleted then we should 
be able to describe and fetch the full metadata of cluster or the group with 
multiple topic subscription. The bug is described in the jira in full details 
https://issues.apache.org/jira/browse/KAFKA-17218 



-- 
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]

Reply via email to