question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

KafkaBinderConfigurationProperties is not showing up in the generated JSON for config props

See original GitHub issue

Some changes in Spring Boot mean that the JSON for KafkaBinderConfigurationProperties is incomplete (basically all the properties are missing). Ditto all the @ConfigurationProperties beans that are created via @Bean. The advice from @snicoll is to move the @ConfigurationProperties declaration to the @Bean method.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
sobychackocommented, Feb 16, 2021

@ppussar I think the issue you raised is unrelated to the original issue. You are using Kafka Streams binder (based on the code you linked ^^). So you need to use the property prefix spring.cloud.stream.kafka.streams.binder.... Try changing that prefix and see if that works.

0reactions
sobychackocommented, Feb 18, 2021

Closing this issue since the JSON includes all the properties now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

spring-cloud/spring-cloud-stream - Gitter
But KafkaBinderConfiguration creates a new KafkaBinderConfigurationProperties and does not resolve the properties from the configuration.
Read more >
Spring Cloud Stream Kafka Binder Reference Guide
Properties here supersede any properties set in boot and in the configuration property above. Default: Empty map. spring.cloud.stream.kafka.binder.
Read more >
org.springframework.cloud.stream.binder.kafka.properties ...
It seems the problem is with the library providing KafkaBinderConfigurationProperties but not packaging corresponding spring-configuration-metadata.json ( ...
Read more >
Spring cloud stream kafka setting ssl properties ...
spring.cloud.stream.kafka.binder.configuration.ssl.truststore. ... properties) { // } Tried this not working! ... Sign up using Facebook.
Read more >
Spring Cloud Azure developer guide | Microsoft Learn
The retry options has supported part of the SDKs, there's no spring.cloud.azure.cosmos.retry. The configuration properties' prefixes have been ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found