Loading...
You run an event processing pipeline for a fintech platform. Kafka cluster with 3 brokers, a topic 'transaction-events' with 12 partitions, and a consumer group of 4 instances processing payment events. Each event triggers fraud checks, ledger updates, and notification delivery. Normal throughput is 5K events/second with consumer lag under 1K messages. Key features: All transaction events must be processed (no data loss). Fraud checks must run on every transaction.
Kafka partitions
12
Consumer instances
4 (current)
Normal throughput
5K events/sec
Build your design
Drag components from the palette to build your solution for "Message Queue Backlog Growing"