Is your feature request related to a problem? Please describe.
When Programming reactively or asyncronusly it is only interesting to know when a Feature has changed.
I don't believe the (...)Async Endpoints are helpful here.
Describe the solution you'd like
I would like to be notified when the value of a Feature Toggle/Config is Changed.
Optimally I would like to listen to Spring Application Events.
Describe alternatives you've considered
Alternatively a simple Oberserver-Pattern would be fine.
Or any other Pub-Sub Pattern.
Additional context
We are using it with Spring Gateway, and want to change the Routing during Runtime based on the Toggles State.
Is your feature request related to a problem? Please describe.
When Programming reactively or asyncronusly it is only interesting to know when a Feature has changed.
I don't believe the (...)Async Endpoints are helpful here.
Describe the solution you'd like
I would like to be notified when the value of a Feature Toggle/Config is Changed.
Optimally I would like to listen to Spring Application Events.
Describe alternatives you've considered
Alternatively a simple Oberserver-Pattern would be fine.
Or any other Pub-Sub Pattern.
Additional context
We are using it with Spring Gateway, and want to change the Routing during Runtime based on the Toggles State.