Skip to content

Revert "KAFKA-7077: Use default producer settings in Connect Worker"#11932

Merged
kkonstantine merged 1 commit intotrunkfrom
revert-11475-KAFKA-7077_KIP-318
Mar 23, 2022
Merged

Revert "KAFKA-7077: Use default producer settings in Connect Worker"#11932
kkonstantine merged 1 commit intotrunkfrom
revert-11475-KAFKA-7077_KIP-318

Conversation

@kkonstantine
Copy link
Copy Markdown
Contributor

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.

Copy link
Copy Markdown
Contributor

@rhauch rhauch left a comment

Choose a reason for hiding this comment

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

LGTM, pending a green build. Thanks, @kkonstantine!

@kkonstantine
Copy link
Copy Markdown
Contributor Author

Thanks @rhauch! No Connect failures in the builds. Merging the PR as is.

@kkonstantine kkonstantine merged commit b60f446 into trunk Mar 23, 2022
@kkonstantine kkonstantine deleted the revert-11475-KAFKA-7077_KIP-318 branch March 23, 2022 00:23
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.
@kkonstantine
Copy link
Copy Markdown
Contributor Author

Cherry-picked on 3.2 cc @cadonna
(not present on the 3.1 or 3.0 branches)

@showuon
Copy link
Copy Markdown
Member

showuon commented Mar 23, 2022

Thanks @kkonstantine !

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.

3 participants