We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de0767 commit ebcbce1Copy full SHA for ebcbce1
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/ResourceState.java
@@ -22,8 +22,8 @@ private enum EventingState {
22
PROCESSED_MARK_FOR_DELETION,
23
/** Delete event present, from this point other events are not relevant */
24
DELETE_EVENT_PRESENT,
25
- // todo we probably need an additional state for the case when procesing delete event
26
- // that fails we want to retry the delete event but meanwhile additional event is received
+ /** */
+ ADDITIONAL_EVENT_PRESENT_AFTER_DELETE_EVENT
27
}
28
29
private final ResourceID id;
0 commit comments