Failover #7927
Answered
by
scholzj
AEncinas19
asked this question in
Q&A
Failover
#7927
-
Hello everyone. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Jan 17, 2023
Replies: 1 comment 2 replies
-
I think you need to explain what do you mean with failover in replication. Replication is between replicas within the same Kafka cluster. When one of the brokers goes down, the client should just reconnect to the new leader. Nothing special is needed. The details how it works are more Kafka specific then Strimzi specific -> but I think the Kafka Definitive Guide book would for example describe it in detail. Is that what you meant? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
AEncinas19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you need to explain what do you mean with failover in replication. Replication is between replicas within the same Kafka cluster. When one of the brokers goes down, the client should just reconnect to the new leader. Nothing special is needed. The details how it works are more Kafka specific then Strimzi specific -> but I think the Kafka Definitive Guide book would for example describe it in detail. Is that what you meant?