Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert transaction.timeout.ms change #3197

Merged
merged 4 commits into from Jan 4, 2021
Merged

Revert transaction.timeout.ms change #3197

merged 4 commits into from Jan 4, 2021

Conversation

edenhill
Copy link
Contributor

@edenhill edenhill commented Jan 4, 2021

Turns out the KIP-447 recommendation to reduce transaction.timeout.ms is no longer true.

This is a quick fix, what we really want to do is differentiate between
non-debug logs and error propagation, they are currently the same thing.
@edenhill edenhill added this to the v1.6.0 milestone Jan 4, 2021
@edenhill edenhill requested a review from mhowlett January 4, 2021 11:20
@@ -29,11 +29,6 @@ librdkafka v1.6.0 is feature release:
supported on Apache Kafka 2.5 or later, on earlier releases you will
need to use one producer per input partition for EOS. This limitation
is not enforced by the producer or broker.
* The default for the producer configuration property
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i assume this change is with good reason, but i guess i should check what that is since it apparently deviates from the java implementation.

@edenhill edenhill merged commit 9910a6c into master Jan 4, 2021
@edenhill edenhill deleted the revtxntim branch January 4, 2021 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants