-
Notifications
You must be signed in to change notification settings - Fork 18
Cluster Administration
Alex edited this page Feb 21, 2020
·
2 revisions
You can use Trubka to enquire/manage different Kafka components within your cluster. For example you can list the brokers, topics, consumer groups, partitions, offsets etc and optionally ask for extra metadata for each entity.
Using the administration commands is pretty straightforward as every command is accompanied by contextual help, but I would like to list the commands currently is implemented by Trubka:
- list topics
- list groups
- list group-offsets
- list local-offsets
- list local-topics
- describe cluster
- describe group
- describe broker
- describe topic
- delete topic
- delete group
- delete local-offsets []
- create topic --number-of-partitions=NUMBER-OF-PARTITIONS --replication-factor=REPLICATION-FACTOR