Is there a way to set max.in.flight.requests.per.connection on the WriterConfig ?
https://docs.confluent.io/platform/current/installation/configuration/producer-configs.html#producerconfigs_max.in.flight.requests.per.connection
For us it is important since we need the order on a partition to be guaranteed. Kafka has some retry thing that can destroy the order if max.in.flight.requests.per.connection is larger then 1
Is there a way to set max.in.flight.requests.per.connection on the WriterConfig ?
https://docs.confluent.io/platform/current/installation/configuration/producer-configs.html#producerconfigs_max.in.flight.requests.per.connection
For us it is important since we need the order on a partition to be guaranteed. Kafka has some retry thing that can destroy the order if max.in.flight.requests.per.connection is larger then 1