Discussion :: Apache Kafka
- Preferred Leader Election is enabled by default. Typically, a leader is restored within 5 minutes of coming back online. Which property can be set to minimize the chance of data loss during the switching back?
A.
Kafka.request.required.acks property on the Producer to 1
|
B.
Kafka.request.required.acks property on the Producer to 10
|
C.
Kafka.request.required.acks property on the Producer to NIL
|
D.
Kafka.request.required.acks property on the Producer to -1
|
Answer : Option C
Explanation :
Be The First To Comment