spring-cloud-bus
spring-cloud-bus copied to clipboard
Spring Cloud event bus
in issue #73 @thpeng found a config setting which helps that restarting services don fail to start due to weird que problems. Maybe there should be a visible warning or...
Have a look at the bean named po in FunctionConfiguration.class ```java @Bean public BeanFactoryPostProcessor po(Environment environment) { return new FunctionConfiguration.PollableSourceRegistrar(environment); } ``` I think this bean causes the instantiation of...
Hello team, I have a config server and a config client running locally. I am trying to test updating a config file and having the client get the updates without...
springboot version:2.5.3 2020.0.3 when i use these version to run a demo project,and only use two dependency: 1. spring-cloud-starter-netflix-eureka-client 2. spring-cloud-starter-bus-amqp **when i run the project,it show the error below(my...
Co-authored-by: Moderne Replacing deprecated use of `StringUtils`
Hi, I am new to Spring Cloud Bus. Actually, I am working on a Spring boot application, where my requirement is something like the following: On update of certain DB...
**Describe the issue** I am using AbstractSecurityWebSocketMessageBrokerConfigurer with Spring Cloud Bus. The order of the ChannelInterceptors defined in the configurer leads to problems when not authenticated. Because ChannelSecurityInterceptor is added...
See https://github.com/spring-cloud/spring-cloud-function/issues/422
We're using a config server and Spring Cloud Bus to distribute a RefreshRemoteApplicationEvent. This works fine so far. When our Zuul Proxy receives the event with changed routes they don't...
This may need to go in the standalone tests project. https://github.com/spring-cloud/spring-cloud-core-tests