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 b938b65 commit 0d64ca5Copy full SHA for 0d64ca5
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/ResourceState.java
@@ -22,6 +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
27
}
28
29
private final ResourceID id;
0 commit comments