Description
Separate background Kafka consumers/workers from the main API infrastructure so background processing does not compete directly with API workloads.
Tasks
Expected Benefits
- More consistent API performance
- Independent worker scaling
- Better resource isolation
- Improved background-processing reliability
Description
Separate background Kafka consumers/workers from the main API infrastructure so background processing does not compete directly with API workloads.
Tasks
Expected Benefits