-
Notifications
You must be signed in to change notification settings - Fork 180
Open
Description
Watch() can be implemented on providers to enable watching configuration for changes.
Watching configuration requires creating a background goroutine since this function is not expected to block forever. However, there is no way to cancel this goroutine since Watch() does not take a context.Context. The goroutine will run for the lifetime of the the program unless aborted via some other mechanism.
dwooldridge-ctoken, ejudah-ctoken and ekkinox
Metadata
Metadata
Assignees
Labels
No labels