Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

[FEATURE] Enable transaction coordinator by default #1880

Open
BewareMyPower opened this issue Jun 2, 2023 · 2 comments
Open

[FEATURE] Enable transaction coordinator by default #1880

BewareMyPower opened this issue Jun 2, 2023 · 2 comments
Assignees
Labels
type/feature Indicates new functionality

Comments

@BewareMyPower
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Currently KoP disables the transaction coordinator by default. However, the idempotent producer feature depends on it. Since Kafka client 3.2.0, the idempotent producer is enabled by default. So if KoP users don't configure kafkaTransactionEnabled=true, the producers might fail to produce.

Describe the solution you'd like
Enable transaction coordinator by default, and document the required configurations for old version users.

@BewareMyPower BewareMyPower added the type/feature Indicates new functionality label Jun 2, 2023
@BewareMyPower BewareMyPower self-assigned this Jun 2, 2023
@NiuBlibing
Copy link

Is kafkaTransactionCoordinatorEnabled same as kafkaTransactionEnabled?

@BewareMyPower
Copy link
Collaborator Author

Yes, it's a typo by me

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type/feature Indicates new functionality
Projects
None yet
Development

No branches or pull requests

2 participants