| My Tech Radar |17| Consul HashiCorp
Briefly

In the realm of microservices architecture, addressing common challenges like distributed configurations, locking, and event handling is paramount. Consul is a game-changer in solving these issues.
Make sure consule connection is correctly define K-V property as config/<application_name>/<attribute_name> use below command for it % consul kv put config/demo/spring.consul.testKey 'your-value'.
If you observed without reboot of application changed attribute value event in application then we fixed on distributed architecture problem, happy coding.
Read at Medium
[
]
[
|
]