sanghyeok An created KAFKA-20883:
------------------------------------

             Summary: Consider exposing instance ID for the streams group.
                 Key: KAFKA-20883
                 URL: https://issues.apache.org/jira/browse/KAFKA-20883
             Project: Kafka
          Issue Type: Improvement
            Reporter: sanghyeok An
            Assignee: sanghyeok An


{code:java}
GROUP           MEMBER                 PROCESS                              
CLIENT-ID                                                               
ASSIGNMENTS
ASH-HELLO1      FoxjlMG2RuCy7enUbPOMXA ee1fd7d9-00d4-44d6-96fe-d180d65bc6cc 
ASH-HELLO1-ee1fd7d9-00d4-44d6-96fe-d180d65bc6cc-StreamThread-1-consumer ACTIVE: 
0:[0,1,2]; 1:[0,1,2,3,4,5,6,7,8,9];
{code}

Currently, the streams group does not show instance id.
And, *kafka-consumer-groups.sh* fails to show instance id for the following 
reason.

{code:java}
java.util.concurrent.ExecutionException: 
org.apache.kafka.common.errors.GroupIdNotFoundException: Group ASH-HELLO1 is 
not a consumer group.
{code}

However, kafka-consumer-groups.sh shows the instance id of a classic streams 
application.
So, It would be better to provide a way to show the instance id via CLI.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to