Skip to content

Super Kafka Manager overview

Super Kafka Manager is a self-hosted Kafka web console. A system database stores accounts, connection profiles, preferences, and audit records while a Java backend performs Kafka operations.

  • Initialize administrators and manage application accounts.
  • Test cluster connections and browse brokers, topics, partitions, and configuration.
  • Create/delete topics, expand partitions, and update topic settings.
  • Browse messages by partition, offset, or timestamp with server-side filtering and live tail.
  • Decode Avro and JSON Schema wire formats and export JSONL or raw content.
  • Inspect consumer lag and reset offsets with dry-run and execution steps.
  • Manage Schema Registry, Kafka Connect, and ACLs.
  • Use SSL, SASL, SCRAM, GSSAPI, OAuth, and MSK IAM connection templates.

Local H2 is the default. PostgreSQL, MySQL, MariaDB, KingbaseES, HighGo, and Dameng can store application configuration.

View source