Skip to content

FrogDevelopment/micronaut-consul-watcher

Repository files navigation

Micronaut Consul Watcher

Update Micronaut Context and publish a RefreshEvent when a change is detected in a KV used for configurations.
Current format supported are

  • NATIVE
  • JSON
  • PROPERTIES
  • YAML

The watcher can be configured using

consul:
  watch:
    disabled: false # to disable the watcher, during test for instance
    block-timeout: 10m # Sets the read timeout. Default value (10 minutes).

About

Listening to Consul changes when used as distributed configurations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages