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
this is required to fix the broken "readiness" event propagation of SpringCloudStream.
For further Information see: spring-cloud/spring-cloud-stream#2083
@wilkinsona You closed the PR #24865 would your prefer argumenst like:
--spring.boot.application.event.supress=context-prepared,started,running
@GreenRover as Andy mentioned in the PR that he closed, we'd like to continue the discussion on the Spring Cloud Stream issue and then follow-up here if need to be. There is no need to have this conversation in two different places.
To be fair to @GreenRover, Phil did say "feel free to open an issue". However I'd still prefer that we keep this discussion in the SCS tracker for now at least. @spencergibb has suggested that the config data API could be used and this would solve the problem in Spring Cloud Stream without requiring any changes in Boot. IMO, that's preferable as it avoids some unnecessary complexity in Boot.
Before anyone opens any more Boot issues, let us reach a conclusion in spring-cloud/spring-cloud-stream#2083 so that we know what, if anything, the issue needs to track.
Uh oh!
There was an error while loading. Please reload this page.
a possibility to disable event propagation,
this is required to fix the broken "readiness" event propagation of SpringCloudStream.
For further Information see:
spring-cloud/spring-cloud-stream#2083
@wilkinsona You closed the PR #24865 would your prefer argumenst like:
--spring.boot.application.event.supress=context-prepared,started,running
those i would apply in:
spring-boot/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/SpringApplication.java
Line 437 in 6254ad6
and take those affect in:
https://github.com/spring-projects/spring-boot/blob/6254ad634ecb0dc73034038f82fcde75fb99117a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/SpringApplicationRunListeners.java
@philwebb you wrote "offer some kind of
SpringFactoriesFilter
" in: spring-cloud/spring-cloud-stream#2083 (comment)Can you explain some more, sorry i dont understand what you mean.
Best regards Heiko
The text was updated successfully, but these errors were encountered: