Hi guys,

We are using Kafka Connect to do Kafka to Kafka data replication between
DCs.
For this config item *producer.max.in.flight.requests.per.connection* the
default value in KafkaProducer (Kafka client) is 5 and can still
maintain idempotence, but in Kafka Connect the default value of this is 1.

I wonder if increasing *producer.max.in.flight.requests.per.connection *to
5 can Kafka Connect still be idempotent?

Thanks,
YongGang

Reply via email to