You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-3466: Optimize KafkaAdmin creation in KafkaTemplate (#3471)
* GH-3466: Optimize KafkaAdmin creation in KafkaTemplate
Fixes: #3466#3466
Improve bootstrap-server config comparison to avoid unnecessary
KafkaAdmin recreation. This addresses inconsistencies between
List<String> and String configurations for bootstrap servers.
The change ensures that List versions of bootstrap-server configs are
converted to regular Strings by removing brackets. This allows for
consistent comparison between producer and admin configurations.
This optimization is particularly relevant for Spring Boot scenarios
where configs may be provided in different formats but represent the
same underlying values.
* Addressing PR review
**Auto-cherry-pick to `3.2.x` & `3.1.x`**
0 commit comments