What does 'exactly-once semantics' mean in a distributed streaming system?
-
A
Each message is produced only once by the source system
-
B
Each message is processed and its effect is reflected exactly once, even in the presence of failures
-
C
The consumer reads each message before the producer sends the next one
-
D
Messages are deduplicated at the network layer before reaching brokers