-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
do-not-staleStale workflow skips issues with this label.Stale workflow skips issues with this label.enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
do-not-staleStale workflow skips issues with this label.Stale workflow skips issues with this label.enhancementNew feature or requestNew feature or request