Re: About Kafka Java Client Producer Retry And Callback

2023-11-15 Thread 1
退订 On 11/14/2023 18:19,王有胜 wrote: Thanks for your answer, I set a large min.insync.replicas for the topic and I can see in the console log that Kafka Sender keeps retrying. Haruki Okada 于2023年11月13日周一 16:50写道: will the callback be executed for each retry The callback will be triggered only

Kafka in 2.5 data centers

2025-04-15 Thread Zeratul 1
want to stay alive after failing 1 data center. When the data center goes down, we have at least 1 in-sync replica and 1 not insync   The cluster is available only for reading but not for writing.   To become available for writing, we temporarily make insync = 2 (using some automatic service

Kafka in 2.5 data centers

2025-04-17 Thread Zeratul 1
want to stay alive after failing 1 data center. When the data center goes down, we have at least 1 in-sync replica and 1 not insync   The cluster is available only for reading but not for writing.   To become available for writing, we temporarily make insync = 2 (using some automatic service), then