Skip to main content

Kafka cluster operations

v0.1.3

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

15 allowed by default 3 need approval 2 denied by default
Pack ID
kafka
Vendor
emisar
OS
linux
Actions
20
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
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

on the runner host
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