You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is to track updating the EventProcessor to use the PartitionManager to claim partition ownerships. Within the EventProcessor's loop, it should check which partitions it has ownership of. Any partitions it doesn't own it should attempt to claim before creating a new pump.
Load-balancing partitions across multiple EventProcessors does not need to be part of this PR.
The text was updated successfully, but these errors were encountered:
Depends on #4535 and #4538
This issue is to track updating the EventProcessor to use the
PartitionManager
to claim partition ownerships. Within the EventProcessor's loop, it should check which partitions it has ownership of. Any partitions it doesn't own it should attempt to claim before creating a new pump.Load-balancing partitions across multiple EventProcessors does not need to be part of this PR.
The text was updated successfully, but these errors were encountered: