Skip to content

Poc of a couple micro-services fetching properties from a git repo using spring cloud config.

Notifications You must be signed in to change notification settings

mbouhda/spring-cloud-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-cloud-config

Poc of a couple micro-services fetching properties from a git repo using spring cloud config.

  • The config server is connected to a git repo.
  • The micro-services fetch properties values from the config server and are connected to a rabbitmq bus.
  • Following an update of the properties file in git, a repo hook or a manual POST call to /actuator/bus-refresh of any micro-service can be used to trigger a refresh of the properies values.
  • The refresh is broadcasted through the bus to all connected micro-services.

About

Poc of a couple micro-services fetching properties from a git repo using spring cloud config.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published