Skip to content

Commit 6de0767

Browse files
committed
wip
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 05fa975 commit 6de0767

File tree

1 file changed

+2
-0
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event

1 file changed

+2
-0
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/ResourceState.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ private enum EventingState {
2222
PROCESSED_MARK_FOR_DELETION,
2323
/** Delete event present, from this point other events are not relevant */
2424
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
2527
}
2628

2729
private final ResourceID id;

0 commit comments

Comments
 (0)