Unable to send message when Observability Enabled #2923
-
Description: Steps to Reproduce:
Expected Behavior: Actual Behavior: Environment: Spring Boot version: 3.2.0 logs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Not clear why your Kafka doesn't respond for the clusterId request, but looks like the solution provided for this issue should help you:
This property is not exposed to Spring Boot auto-configuration, but you may do something like:
|
Beta Was this translation helpful? Give feedback.
update: It worked by configuring admin properties under kafka.admin.properties in yml making them same as that of kafka.producer.properties