Ignore "old" events on Operator startup #1051
Replies: 2 comments
-
Kopf passes the events from Kubernetes to handlers as is. People might rely on that. If you do not need some events, you can add the |
Beta Was this translation helpful? Give feedback.
0 replies
-
To wrap this up, based on the above feedback, I implemented it like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to NOT receive events for events older than the startup time. I don't want to "replay" any old events.
The best solution I've come up with so far is:
Beta Was this translation helpful? Give feedback.
All reactions