A

Admin • 832.27K Points
Coach

Q. What does 'acks=0' mean in Kafka producer config?

  • (A) Wait for all replicas to acknowledge
  • (B) Wait for leader only
  • (C) No acknowledgment is required
  • (D) Message is saved to log
  • Correct Answer - Option(C)
  • Views: 22
  • Filed under category Apache Kafka
  • Hashtags:

Explanation by: Admin

With 'acks=0', the producer does not wait for any acknowledgment, risking message loss.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.