streamnative / kop

Kafka-on-Pulsar - A protocol handler that brings native Kafka protocol to Apache Pulsar
https://streamnative.io/docs/kop
Apache License 2.0
450 stars 137 forks source link

[FEATURE] Enable transaction coordinator by default #1880

Open BewareMyPower opened 1 year ago

BewareMyPower commented 1 year ago

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.

NiuBlibing commented 1 year ago

Is kafkaTransactionCoordinatorEnabled same as kafkaTransactionEnabled?

BewareMyPower commented 1 year ago

Yes, it's a typo by me