Skip to content

Conversation

garyrussell
Copy link
Contributor

Resolves #2853

Apparently, some third party Kafka replacements can return a null clusterId.

This causes an attempt to retrieve it on every operation.

cherry-pick to 3.0.x

Resolves spring-projects#2853

Apparently, some third party Kafka replacements can return a `null` `clusterId`.

This causes an attempt to retrieve it on every operation.

**cherry-pick to 3.0.x**
@artembilan artembilan merged commit 7066745 into spring-projects:main Oct 19, 2023
@artembilan
Copy link
Member

... and cherry-picked to 3.0.x

@garyrussell garyrussell deleted the GH-2853 branch October 19, 2023 16:16
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.

If cluster id is null and observation is enabled, KafkaTemplate tries to retrieve it on each produce
2 participants