Skip to content

Commit 323fb01

Browse files
committed
feat(policy): add shard reconnection policies
Add abstract classes: `ShardReconnectionPolicy` and `ShardReconnectionScheduler` And implementations: `NoDelayShardReconnectionPolicy` - policy that represents old behavior of having no delay and no concurrency restriction. `NoConcurrentShardReconnectionPolicy` - policy that limits concurrent reconnections to 1 per scope and introduces delay between reconnections within the scope.
1 parent 3f7bcbb commit 323fb01

File tree

4 files changed

+710
-23
lines changed

4 files changed

+710
-23
lines changed

0 commit comments

Comments
 (0)