-
Notifications
You must be signed in to change notification settings - Fork 538
Open
Labels
area/gatewaykind/enhancementNew feature or requestNew feature or requestpriority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Description
🚀 Feature Description and Motivation
Currently, the gateway plugin doesn't support leader election, which means all instances are active simultaneously.
This can lead to:
- Inconsistent KV cache event processing across multiple instances
- Potential race conditions when handling shared resources
- No high availability with failover capabilities
Use Case
high availability with failover capabilities
Proposed Solution
Implement leader election support to enable an active-passive (leader-follower) architecture where only one instance is active at a time while others remain in standby mode.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/gatewaykind/enhancementNew feature or requestNew feature or requestpriority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.