Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
Kafka cluster operations
v0.1.3Topic introspection, consumer-group lag, broker config, ACLs, and narrow mutators (reset_offsets, alter_topic_retention, delete_consumer_group, preferred_leader_election). Auth via KAFKA_BOOTSTRAP env var on the runner host plus optional KAFKA_COMMAND_CONFIG (jaas / SASL / SSL).
kafka-topics.sh
Install
emisar pack install
validates the pack and verifies its content hash before copying it into /etc/emisar/packs.
The --hash
below pins the
install to the exact bytes on this page — a tampered copy is rejected. After
install, reload the runner; it re-reads the catalog and advertises every action.
content hash: sha256:776ab82468147c1d45c71543af1efdb70db4cbcf14cd7bb09d1ce7fad670ae54
sudo emisar pack install kafka \ --hash sha256:776ab82468147c1d45c71543af1efdb70db4cbcf14cd7bb09d1ce7fad670ae54 \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 20 total
View on GitHub-
Set topic retention.ms
-
Broker API versions
-
Broker configs
-
Cluster metadata
-
Consumer lag for a group
-
Delete consumer group
-
Describe consumer group
-
Describe topic
-
Partition leaders by broker
-
List ACLs
-
Committed offsets per partition
-
List consumer groups
-
List topics
-
Trigger preferred-leader election
-
Partition reassignment status
-
Reset group offsets to earliest
-
Reset group offsets to latest (skip all)
-
Topic configs
-
Unavailable partitions
-
Under-replicated partitions