Skip to content

Kafka Dashboard

Microfrontend del BackOffice (/kafka/) para gestión declarativa del cluster Kafka:

  • Topics
  • Schemas
  • ACL-metadata

Con SSO + roles del BackOffice y audit a backoffice-audit-*.

Arrancar

bash
make backoffice-up   # incluye kafka-dashboard

INFO

Este dashboard no tiene un comando make propio: arranca automáticamente junto al BackOffice.

Acceso

Requisitos previos

Requiere make elk-up y make kafka-up previamente (o usar make all-up).

Detener / Destruir

bash
make backoffice-down    # detiene junto al BackOffice
make backoffice-clean   # destruye backoffice-kafka-dashboard-data

Publicado bajo licencia MIT.