The retries producer config is adjusted to 10 when the user does not setup this property. This has been done because the default value used to be 0. With the new kafka-client 2.1.1, the default value is Integer.MAX_INT. Adjusting the retries is not necessary because the client has now a good default value.
The
retries
producer config is adjusted to 10 when the user does not setup this property. This has been done because the default value used to be 0. With the new kafka-client 2.1.1, the default value isInteger.MAX_INT
. Adjusting the retries is not necessary because the client has now a good default value.