spring-cloud-bus icon indicating copy to clipboard operation
spring-cloud-bus copied to clipboard

Spring Cloud event bus

Results 28 spring-cloud-bus issues
Sort by recently updated
recently updated
newest added

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...

help wanted
documentation

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...

waiting-for-triage

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...

waiting-for-triage

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...

waiting-for-triage

Co-authored-by: Moderne Replacing deprecated use of `StringUtils`

waiting-for-triage

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...

waiting-for-triage

**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...

feedback-provided

See https://github.com/spring-cloud/spring-cloud-function/issues/422

enhancement

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...

enhancement

This may need to go in the standalone tests project. https://github.com/spring-cloud/spring-cloud-core-tests

task