Kafka - Event-Driven Architecture
Given this Kafka event-driven flow:
What is the expected order of message processing by the consumer?
Producer sends 3 messages: M1, M2, M3
Consumer processes messages asynchronously
What is the expected order of message processing by the consumer?
