63591/what-is-the-meaning-of-retries-in-kafka-producer-api
Hi,
What is the retries parameter meaning in Kafka Producer API and how to set it?
Thank You
Hi@akhtar,
It defines how many time the producer retry after getting an error from the producer. The default value is 0. One another parameter is there retry.backoff.ms. It sets the duration between two retry. The default value is 100 ms.
In general, a single producer for all ...READ MORE
I just would like to complete the ...READ MORE
Hi@akhtar, Bootstrap.servers is a mandatory field in Kafka ...READ MORE
Hi@akhtar, The Kafka producer is conceptually much simpler than the ...READ MORE
System.out.println(String.valueOf(output.offset()) + ": " + new String(bytes, ...READ MORE
Hi, I am new in Kafka. Can anyone ...READ MORE
Hi@akhtar, To create kafka producer API, you can ...READ MORE
Firstly you need to understand the concept ...READ MORE
Hi@akhtar, If we try to use String key ...READ MORE
Hi@akhtar, The acts configuration is used to configure ...READ MORE
OR
Already have an account? Sign in.