spring-cloud / spring-cloud-stream

Framework for building Event-Driven Microservices
http://cloud.spring.io/spring-cloud-stream
Apache License 2.0
969 stars 595 forks source link

#2919 Load eagerly the configuration, even the lazy-init enabled #2920

Closed PatrikScully closed 3 months ago

PatrikScully commented 3 months ago

Load eagerly the FunctionConfiguration, even with spring.main.lazy-initialization property enabled, because the listeners must initialize at startup, otherwise, they won't work.

fixes #2919

sobychacko commented 3 months ago

@PatrikScully, Can you add your name as an author to the file?

PatrikScully commented 3 months ago

@PatrikScully, Can you add your name as an author to the file?

Done, thank you.