Commit 6484a2f
GH-1808: Fix Container Properties Crosstalk
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**1 parent dc881d9 commit 6484a2f
File tree
2 files changed
+4
-1
lines changed- spring-kafka/src
- main/java/org/springframework/kafka/config
- test/java/org/springframework/kafka/annotation
2 files changed
+4
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
| 404 | + | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| |||
0 commit comments