[
https://issues.apache.org/jira/browse/KAFKA-6677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16437274#comment-16437274
]
ASF GitHub Bot commented on KAFKA-6677:
---------------------------------------
jadireddi opened a new pull request #4868: KAFKA-6677: Fixed streamconfig
producer's maxinflight allowed when EOS Enabled.
URL: https://github.com/apache/kafka/pull/4868
https://issues.apache.org/jira/browse/KAFKA-6677
Modified `StreamsConfig` Producer's default MaxInFlight Request allowed per
connection.
*More detailed description of your change,
if necessary. The PR title and PR message become
the squashed commit message, so use a separate
comment to ping reviewers.*
*Summary of testing strategy (including rationale)
for the feature or bug fix. Unit and/or integration
tests are expected for any behaviour change and
system tests should be considered for larger changes.*
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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
> Assignee: Jagadesh Adireddi
> 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)