Local Kafka infrastructure for event-driven and distributed AI agent development using Calfkit SDK.
Provides two-tier Kafka environments using KRaft:
| Tier | Use Case | Startup | Command |
|---|---|---|---|
| Tier 1 | Daily development | ~10 seconds | make dev-up |
| Tier 2 | Integration testing | 3-5 minutes | make k8s-up |
# Start Kafka for local development
make dev-up
# Kafka available at localhost:9092
# Stop
make dev-down# Start Kafka UI (connects to existing broker at localhost:9092)
make ui
# UI available at http://localhost:8080
# Stop
make ui-downApache 2.0 - see LICENSE