hyness / spring-cloud-config-server

Docker build of the spring-cloud-config-server
Apache License 2.0
74 stars 54 forks source link

Add Spring Cloud Bus support #25

Closed Cameronjmayfield closed 4 years ago

Cameronjmayfield commented 4 years ago

Adds support for Spring Cloud Bus with either Kafka or RabbitMQ as the message broker. Let me know if there is anything I should change.

hyness commented 4 years ago

Hello @Cameronjmayfield ,

Thanks for the contribution. I have just merged a github workflow for testing pull requests. I'd like to run this against your pull request. As part of the testing workflow, there have been changes to the examples. Before merging, I need you to update your example and add a test case to .github/ci.yml in the docker_build section.

Please don't hesitate to ask any questions you may have. Thanks!

Cameronjmayfield commented 4 years ago

Hello @hyness,

I've updated the pull request with similar test cases to your existing test cases. Let me know how it looks.

Thanks! Cameron