Skip to main content

Kafka

Kafka is the internal message broker used for event streaming and integrations.

Quick start

From the repo root:

./infra.sh up kafka
./infra.sh status kafka
./infra.sh logs kafka

Minimal configuration

  • Topology/ports: deployment/topology.env
  • Service env: infrastructure/kafka/.env.template -> generated infrastructure/kafka/.env
  • Technology overview: docs/internal/technologies/kafka.md
  • Troubleshooting: docs/internal/operations/troubleshooting.md