Google News
logo
Kafka - Quiz(MCQ)
Which of the following is guaranteed by Kafka?
A)
A consumer instance gets the messages in the same order as they are produced.
B)
A consumer instance is guaranteed to get all the messages produced.
C)
No two consumer instances will get the same message
D)
All consumer instances will get all the messages

Correct Answer :   A consumer instance gets the messages in the same order as they are produced.

Advertisement