Closed
Description
Candidate states to be unified: retry, event marker, rate limiting…
The most likely spot would be EventProcessor
.
Pros:
- state is managed in a single spot and
EventProcessor
knows when the state needs to be modified / cleaned-up - would simplify moving to a multi-cluster model since how resource state is tracked would be more localised instead of spread in different spots
Cons:
- probably needs to abstract state in a generic way
Metadata
Metadata
Assignees
Labels
No labels