Hi all, I am using kafka_2.11-0.10.0.1, my understanding is that the producer API batches records per partition to send efficient requests. We can configure batch.size to increase the throughtput.
However, in case of failure all records within the batch failed ? If that is true, does that mean that increasing batch.size can also increase the number of duplicates in case of retries ? Thanks, Florian.