Kafka operations workflows
Topic management
Section titled “Topic management”- Select a cluster and inspect broker metadata.
- Review topic partitions, replication, and configuration.
- Create topics with explicit partitions, replication, and required settings.
- Confirm downstream impact before expanding partitions or updating configuration.
- Review naming, retention, and recovery options before deletion.
Browse and produce messages
Section titled “Browse and produce messages”- Locate messages by partition, offset mode, or timestamp.
- Use server-side keyword filters, live tail, and cross-partition find tasks.
- Decode Avro or JSON Schema wire formats.
- Download raw keys/values or export JSONL.
- Produce small JSONL, CSV, or text batches with per-record results.
Producing messages requires validation and confirmation. Limit batch sizes and validate formats against a dedicated test topic.
Consumer offsets
Section titled “Consumer offsets”- Review partition lag and current offsets.
- Choose a reset strategy and partitions.
- Run dry-run and inspect old and new offsets.
- Stop or coordinate affected consumers.
- Execute the reset and watch recovery.
Ecosystem management
Section titled “Ecosystem management”Schema Registry supports subject/version browsing and schema registration. Kafka Connect supports connector creation, pause, resume, restart, and task restart. ACL pages support browse, create, and delete. Reconfirm the cluster and connection identity before every write.