Quiz: The Kafka Producer API

Test your understanding of the Kafka Producer API.

1

(Select all that apply.) Which is true about the acks configuration?

A)

When set to 0, the producer does not wait for any acknowledgment from the broker.

B)

When set to 1, the producer waits for acknowledgment from the leader node.

C)

When set to all, the producer waits for an acknowledgment from all in-sync replicas.

D)

When set to none, the producer does not wait for any acknowledgment from the broker.

Question 1 of 50 attempted

Get hands-on with 1200+ tech skills courses.