Replies: 1 comment
|
@mbrulatout Hi! How do you think about this feature? Is there any better alternative solution? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Currently, to react changes in configuration stored in Consul KV, applications using py-consul must implement manual polling logic.
I propose adding a ConfigWatcher function or a similar mechanism to the library. This feature would allow users to register a callback function to be invoked automatically whenever a specific key in the Consul KV store is modified.
Use Case Example-1:
Use Case Example-2:
Key Features:
All reactions