Questions tagged [spring-cloud-bus]
66 questions
0
votes
1 answer
Unable to run actuator/busrefresh end point
I get this error while I try to send post request to …

Jai
- 1
- 1
0
votes
0 answers
Spring cloud bus with EnableBinding (non functional approach)
I use spring boot 2.7.2 and spring cloud dependencies 2021.0.3.
The project uses annotation-based model (EnableBinding) rather than
functional. That's something I cannot change.
Right now the bus (used for getting refresh events from config…

Filip Kowalski
- 144
- 1
- 3
- 15
0
votes
0 answers
How to launch spring boot application with cloud-bus via custom auto-configuration?
Some time ago I found out that my spring-boot application had been launching slowly via @EnableAutoConfiguration. Then I decided to create custom configuration to speed up a process. I tried to @Import all needed configurations and I faced with…

Nabla
- 151
- 2
- 8
0
votes
0 answers
Spring cloud bus not updating config property for all instances
I am using spring cloud bus with kafka to update the config property for multiple instances at once.
I have a cloud-config server running on localhost:8888,
Find the below property for cloud config server…

APK
- 155
- 1
- 15
0
votes
1 answer
Generic adapter pattern in spring-cloud that will allow you pub/sub to different messaging services
Is there a generic adapter pattern in spring-cloud that will allow you pub/sub a message?
Basically allowing you to the change provider type to ampq, kafka, pubsub or jms.
Business case is being able to change a pub/sub messaging service, avoiding…

Stephen Ince
- 27
- 2
0
votes
1 answer
Spring Cloud Bus with rabbit - Application Failed to Start
I'm triying to create a Config Server that listens to Git event and streams events to client. I followed several examples and also the documentation, but I cant manage to get application to start. I guess I have a problem with spring boot and cloud…

pablo lamberti
- 31
- 7
0
votes
1 answer
Spring Cloud Config Server/Bus auto refresh scalability
As far as I know it is possible to propagate refresh event among microservices via Spring Cloud Bus when Spring Cloud Config Server configuration changes. This then triggers pull of the latest configuration from Spring Cloud Config Server by the…

Kamil Roman
- 973
- 5
- 15
- 30
0
votes
1 answer
spring cloud contract verifier test fails with spring cloud bus
I use spring-cloud-contract to test rabbitmq messages between 2 applications. A simple application is created here. https://github.com/winster/contract-test-sample (lombok free)
But if I add spring-cloud-starter-bus-amqp to the producer…

Winster
- 943
- 10
- 28
0
votes
1 answer
Disabling Spring Cloud Bus still ends up starting RabbitMQ
I am using Spring boot 2.2.9.RELEASE and Spring Cloud Hoxton.SR7. I am using Spring Cloud Bus to signal all my containers in a docker swarm stack and when deployed in production with a running RabbitMQ cluster things work perfectly!
I am using the…

Jay Guidos
- 151
- 9
0
votes
0 answers
Auto update does not respect changed projects
I am setting up 'spring-cloud-config-monitor' so when I get a gitlab webhook it will automatically update my projects.
I am testing with two projects 'monitoring-service' and 'config-server', but when a push callback arrives in gitlab warning that a…

Rafael Dani da Cunha
- 11
- 2
0
votes
1 answer
Spring cloud bus(AMQP) not recreating queues after rabbitmq restarted
When using spring cloud bus with spring boot version 2.0.3, we are seeing following exceptions in the log
2019-08-07 14:12:56.049 ERROR 29 --- [X8-dnzvoAQ-2339] o.s.a.r.l.SimpleMessageListenerContainer :Consumer received fatal=false exception on…

Pritesh Patel
- 39
- 8
0
votes
2 answers
What is the best way to secure spring cloud config?
I have a spring cloud config server running with spring bus. I want to make the calls to that server secure:
When a client is asking for configurations.
When calling /monitor - used by the webhook.
What is the best practice to do that? basic?…

Yuval
- 764
- 1
- 9
- 23
0
votes
0 answers
Spring Cloud Bus support for Google CloudPubSub
Do we have Google CloudPubSub support roadmap for Spring CloudBus for broadcasting state changes?

Raghavan Narasimhan
- 11
- 2
0
votes
0 answers
Configuration changes with git webhook, spring cloud bus and application autorefresh
If i have three spring boot applications like Person, Customer, Order with spring.application.name as person, customer, order and each application has configuration in the github Person.yml, Customer.yml, Order.yml. And each application has two…

vjk
- 2,163
- 6
- 28
- 42
0
votes
1 answer
Spring Cloud Stream binding visualisation
After I enabled bindings actuator endpoints by setting the following property: management.endpoints.web.exposure.include=bindings, I am supposed to see the bindings(consumer) properties.
However, after I added spring cloud bus dependency and also…

HL Tan
- 3
- 4