orka.start_kafka module
OrKa Kafka Backend Starter
Simple script to start OrKa with Kafka backend for event streaming and Redis for memory operations.
This provides the best of both worlds: - Kafka for persistent event streaming and audit trails - Redis for fast memory operations and fork/join coordination
- This is equivalent to running:
ORKA_MEMORY_BACKEND=kafka REDIS_URL=redis://localhost:6380/0 python -m orka.orka_start