[jira] [Commented] (KAFKA-9317) Provide a group admin command to get group information or do some admin operation

2019-12-19 Thread huxihx (Jira)


[ 
https://issues.apache.org/jira/browse/KAFKA-9317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17000562#comment-17000562
 ] 

huxihx commented on KAFKA-9317:
---

Does `kafka-consumer-groups.sh` satisfy your requirement?

> Provide a group admin command to get group information or do some admin 
> operation
> -
>
> Key: KAFKA-9317
> URL: https://issues.apache.org/jira/browse/KAFKA-9317
> Project: Kafka
>  Issue Type: Bug
>  Components: admin
>Affects Versions: 1.0.0
>Reporter: maobaolong
>Priority: Minor
>
> How to run this command
> If you have a batch of kafka shell script
> bin/kafka-run-class.sh kafka.admin.GroupCommand
> If you have only a fat jar
> java -cp xxx.jar kafka.admin.GroupCommand
> The following sub cmd is supported
> sub cmd   description argument example
> list  list group  --bootstrap-server localhost:9099 --list
> describe  describe group and show group member.   --bootstrap-server 
> localhost:9092 --describe --group producer-xx-127.0.0.1
> leaveGroupleave specify member from a given group, star means all 
> --bootstrap-server localhost:9092 --leaveGroup --group 
> producer-x-127.0.0.1 --memberId \*



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KAFKA-9317) Provide a group admin command to get group information or do some admin operation

2019-12-19 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/KAFKA-9317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16999846#comment-16999846
 ] 

ASF GitHub Bot commented on KAFKA-9317:
---

maobaolong commented on pull request #7855: KAFKA-9317. Provide a group admin 
command to get group information or do some admin operation.
URL: https://github.com/apache/kafka/pull/7855
 
 
   Provide a group admin command to get group information or do some admin 
operation.
   
   *More detailed description of your change,
   if necessary. The PR title and PR message become
   the squashed commit message, so use a separate
   comment to ping reviewers.*
   
   *Summary of testing strategy (including rationale)
   for the feature or bug fix. Unit and/or integration
   tests are expected for any behaviour change and
   system tests should be considered for larger changes.*
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Provide a group admin command to get group information or do some admin 
> operation
> -
>
> Key: KAFKA-9317
> URL: https://issues.apache.org/jira/browse/KAFKA-9317
> Project: Kafka
>  Issue Type: Bug
>  Components: admin
>Affects Versions: 1.0.0
>Reporter: maobaolong
>Priority: Minor
>
> How to run this command
> If you have a batch of kafka shell script
> bin/kafka-run-class.sh kafka.admin.GroupCommand
> If you have only a fat jar
> java -cp xxx.jar kafka.admin.GroupCommand
> The following sub cmd is supported
> sub cmd   description argument example
> list  list group  --bootstrap-server localhost:9099 --list
> describe  describe group and show group member.   --bootstrap-server 
> localhost:9092 --describe --group producer-xx-127.0.0.1
> leaveGroupleave specify member from a given group, star means all 
> --bootstrap-server localhost:9092 --leaveGroup --group 
> producer-x-127.0.0.1 --memberId \*



--
This message was sent by Atlassian Jira
(v8.3.4#803005)