Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KafkaBinderConfigurationProperties native changes
- Earlier, we had to add Autowired on KafkaBinderConfigurationProperties constructor as there were some issues with runtime hints generation which caused issues when running an app in native mode. Spring Boot fixed these issues and we can remove this unnecessary Autowired from the constructor. See the following issues from Spring Boot for more details. spring-projects/spring-boot#34507 spring-projects/spring-boot#35564 Resolves spring-cloud#2640
- Loading branch information