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

Conversation

@Demogorgon314
Copy link
Member

Fixes #1090

Motivation

Currently, even if we config kafkaTransactionCoordinatorEnabled=false, the Kafka transaction coordinator is still started.
It happened when the broker has a consumer fetch message.

Modifications

When kafkaTransactionCoordinatorEnabled = false, ensure the transaction coordinator don't start.

@BewareMyPower BewareMyPower merged commit 1415c6e into streamnative:master Feb 18, 2022
BewareMyPower pushed a commit that referenced this pull request Feb 18, 2022
Fixes  #1090

### Motivation
Currently, even if we config kafkaTransactionCoordinatorEnabled=false, the Kafka transaction coordinator is still started.
It happened when the broker has a consumer fetch message.


### Modifications
When `kafkaTransactionCoordinatorEnabled = false`, ensure the transaction coordinator don't start.
BewareMyPower pushed a commit that referenced this pull request Feb 18, 2022
Fixes  #1090

### Motivation
Currently, even if we config kafkaTransactionCoordinatorEnabled=false, the Kafka transaction coordinator is still started.
It happened when the broker has a consumer fetch message.

### Modifications
When `kafkaTransactionCoordinatorEnabled = false`, ensure the transaction coordinator don't start.

(cherry picked from commit 1415c6e)
BewareMyPower pushed a commit that referenced this pull request Feb 18, 2022
Fixes  #1090

### Motivation
Currently, even if we config kafkaTransactionCoordinatorEnabled=false, the Kafka transaction coordinator is still started.
It happened when the broker has a consumer fetch message.

### Modifications
When `kafkaTransactionCoordinatorEnabled = false`, ensure the transaction coordinator don't start.

(cherry picked from commit 1415c6e)
eolivelli pushed a commit to eolivelli/kop that referenced this pull request Feb 24, 2022
)

Fixes  streamnative#1090

### Motivation
Currently, even if we config kafkaTransactionCoordinatorEnabled=false, the Kafka transaction coordinator is still started.
It happened when the broker has a consumer fetch message.

### Modifications
When `kafkaTransactionCoordinatorEnabled = false`, ensure the transaction coordinator don't start.

(cherry picked from commit 1415c6e)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Kafka transaction coordinator unable to disable

2 participants