You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The class io.javaoperatorsdk.operator.processing.event.EventSource does not provide any lifecycle method, so there is a chance a watch is registered and an event is received before an EventHandler is registered.
As example, the memcached example register a watcher before registering the EventSource.
I think it would be nice to have some sort of start/stop hook the implementors can use to safely start watch.