Kafka cluster operations

v0.1.2

Topic 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).

Pack ID
kafka
Vendor
emisar
OS
linux
Actions
20
Required binaries: kafka-topics.sh. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

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

on the runner host
sudo emisar pack install kafka \
  --hash sha256:ddb07b762526a55eb2b64202cf7d3a69cecd40e1ad49c491a9b475a80ec287fb \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 20 total

View on GitHub