Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-1808: Fix Container Properties Crosstalk #1809

Merged
merged 1 commit into from
May 21, 2021

Conversation

garyrussell
Copy link
Contributor

Resolves #1808

Each container got a reference to the same Properties object in
kafkaConsumerProperties, unless it was created via a @KafkaListener
with property overrides.

Do not copy the property from the factory's properties.

Cherry-pick to all supported branches

Resolves spring-projects#1808

Each container got a reference to the same `Properties` object in
`kafkaConsumerProperties`, unless it was created via a `@KafkaListener`
with property overrides.

Do not copy the property from the factory's properties.

**Cherry-pick to all supported branches**
@sergeylemekhov
Copy link

@garyrussell please also see this PR #1810
there is an additional properties initialization and a separate test method

@artembilan artembilan merged commit c01a1bd into spring-projects:main May 21, 2021
@artembilan
Copy link
Member

... and cherry-picked to all the supported versions.

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.

Impossible to create Listener Containers with different Kafka consumer properties
3 participants