Revert "KAFKA-7077: Use default producer settings in Connect Worker"#11932
Merged
kkonstantine merged 1 commit intotrunkfrom Mar 23, 2022
Merged
Revert "KAFKA-7077: Use default producer settings in Connect Worker"#11932kkonstantine merged 1 commit intotrunkfrom
kkonstantine merged 1 commit intotrunkfrom
Conversation
rhauch
approved these changes
Mar 22, 2022
Contributor
rhauch
left a comment
There was a problem hiding this comment.
LGTM, pending a green build. Thanks, @kkonstantine!
3 tasks
Contributor
Author
|
Thanks @rhauch! No Connect failures in the builds. Merging the PR as is. |
kkonstantine
added a commit
that referenced
this pull request
Mar 23, 2022
…11475)" (#11932) This reverts commit 76cf7a5. Connect already allows users to enable idempotent producers for connectors and the Connect workers. Although Kafka producers enabled idempotency by default in 3.0, due to compatibility requirements and the fact that [KIP-318](https://cwiki.apache.org/confluence/display/KAFKA/KIP-318%3A+Make+Kafka+Connect+Source+idempotent) hasn't been explicitly approved, the changes here are reverted. A separate commit will explicitly disable idempotency in producers instantiated by Connect by default until KIP-318 is approved and scheduled for release.
Contributor
Author
|
Cherry-picked on |
Member
|
Thanks @kkonstantine ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts #11475
Connect already allows users to enable idempotent producers for connectors and the Connect workers. Although Kafka producers enabled idempotency by default in 3.0, due to compatibility requirements and the fact that KIP-318 hasn't been explicitly approved, the changes here are reverted. A separate commit will explicitly disable idempotency in producers instantiated by Connect by default until KIP-318 is approved and scheduled for release.