[
https://issues.apache.org/jira/browse/KAFKA-6677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16433723#comment-16433723
]
Jagadesh Adireddi commented on KAFKA-6677:
------------------------------------------
Hi [~mjsax],
I am thinking to contribute to this issue. As per ticket description, by
removing `
tempProducerDefaultOverrides.put(ProducerConfig.MAX_IN_FLIGHT_REQUESTS_PER_CONNECTION,
1);` . from Class: StreamsConfig will resolve the issue, or i need to dig
more for fixing this. Kindly provide your inputs.
> Remove EOS producer config max.in.flight.request.per.connection=1
> -----------------------------------------------------------------
>
> Key: KAFKA-6677
> URL: https://issues.apache.org/jira/browse/KAFKA-6677
> Project: Kafka
> Issue Type: Improvement
> Components: streams
> Reporter: Matthias J. Sax
> Priority: Major
>
> When EOS was introduced in 0.11, it was required to set producer config
> max.in.flight.requests.per.connection=1 for idempotent producer.
> This limitations as fixed in 1.0 release via KAFKA-5494
> Thus, we should remove this setting in Kafka Streams if EOS get's enabled.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)