Re: How to dynamically change configurations in the controllers

2023-11-15 Thread Luke Chen
Hi Jesus, KIP-919 is what you're looking for: https://cwiki.apache.org/confluence/display/KAFKA/KIP-919%3A+Allow+AdminClient+to+Talk+Directly+with+the+KRaft+Controller+Quorum+and+add+Controller+Registration This feature will be included in next release (i.e. Kafka v3.7.0). Thanks. Luke On Thu,

How to dynamically change configurations in the controllers

2023-11-15 Thread Jesus Cea
Kafka 3.6.0. The tool "kafka-configs.sh" is able to read and change configuration in the brokers, but I am unable to read/change configurations in the Kraft controllers. How is that done? I am interested, for instance, in being able to update the TLS certificates. Help! Thanks. -- Jesús Ce

Re: Example dynamic TLS certificates reconfiguration

2023-11-15 Thread Jesus Cea
On 11/11/23 2:30, Jesus Cea wrote: I am trying to use "ssl.keystore.certificate.chain" and "ssl.keystore.key" in my brokers' configuration in order to be able to use dynamic recompilation for short TLS certificates expiration. No luck so far. I have found my mistake. I was providing the priva

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