A

Admin • 832.27K Points
Coach

Q. What does Kafka’s `auto.offset.reset=earliest` do?

  • (A) Always starts from the last message
  • (B) Starts consuming from the beginning of the topic
  • (C) Skips all messages
  • (D) Deletes all partitions
  • Correct Answer - Option(B)
  • Views: 13
  • Filed under category Apache Kafka
  • Hashtags:

Explanation by: Admin

It ensures the consumer reads from the beginning if no offset is found.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.