nizhikov commented on code in PR #14471:
URL: https://github.com/apache/kafka/pull/14471#discussion_r1525896298


##########
bin/kafka-consumer-groups.sh:
##########
@@ -14,4 +14,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-exec $(dirname $0)/kafka-run-class.sh kafka.admin.ConsumerGroupCommand "$@"
+exec $(dirname $0)/kafka-run-class.sh 
org.apache.kafka.tools.consumer.group.ConsumerGroupCommand "$@"

Review Comment:
   Basic manual testing done.
   
   
   ```
   ❯ ./bin/kafka-consumer-groups.sh --bootstrap-server localhost:9092 
--describe --all-groups
   
   Consumer group 'console-consumer-79292' has no active members.
   
   GROUP           TOPIC           PARTITION  CURRENT-OFFSET  LOG-END-OFFSET  
LAG             CONSUMER-ID                                           HOST      
      CLIENT-ID
   my_group        first_topic     0          0               0               0 
              console-consumer-9db50227-1820-46a6-b667-a387553ac536 
/192.168.31.66  console-consumer
   my_group        first_topic     1          11              11              0 
              console-consumer-9db50227-1820-46a6-b667-a387553ac536 
/192.168.31.66  console-consumer
   my_group        first_topic     2          0               0               0 
              console-consumer-9db50227-1820-46a6-b667-a387553ac536 
/192.168.31.66  console-consumer%
   ❯ ./bin/kafka-consumer-groups.sh --bootstrap-server localhost:9092 --list
   console-consumer-79292
   my_group
   ```



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to