-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Erroneous WARNING message after every schedule firing #9
Comments
This effectively this is a state machine...
and we need to differentiate between transitions direct from (At the moment, we just have two states: |
The state machine would get reset at every restart, not being able to tell if the delete was from an explicit delete or the scheduler firing. |
I guess that's a window condition where something has been deleted or fired, but Kafka compaction's not yet happened? We probably want to configure (and document the need to configure!) a short compaction delay and a short delete retention period to minimise the impact of that? |
We can probably come up with a strategy that minimizes it. I disagree that this is a bug though. It was designed that way knowing that it would happen... MVP |
See #2 (comment).
The text was updated successfully, but these errors were encountered: