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

2019-12-19 Thread maobaolong (Jira)
maobaolong created KAFKA-9317:
-

 Summary: 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


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
listlist group  --bootstrap-server localhost:9099 --list
describedescribe group and show group member.   --bootstrap-server 
localhost:9092 --describe --group producer-xx-127.0.0.1
leaveGroup  leave 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] [Created] (KAFKA-9160) Use a common stateMachine to make the state transfer more simple and clear。

2019-11-07 Thread maobaolong (Jira)
maobaolong created KAFKA-9160:
-

 Summary: Use a common stateMachine to make the state transfer more 
simple and clear。
 Key: KAFKA-9160
 URL: https://issues.apache.org/jira/browse/KAFKA-9160
 Project: Kafka
  Issue Type: Improvement
  Components: controller
Affects Versions: 2.5.0
Reporter: maobaolong


We  can reference the repo https://github.com/maobaolong/statemachine_demo



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