Closed ydash closed 2 years ago
@xirc
As same as
RaftActor
,CommitLogStoreActor
also should stop itself if its shard ID is disabled. Would it be possible also to changeCommitLogStoreActor
?CommitLogStoreActor
can use itsshardId
method to get its shard ID.
I implemented feature of stopping itself to CommitLogStoreActor
.
https://github.com/lerna-stack/akka-entity-replication/pull/173/commits/5f8f982ac48afcf453910a621e370b6fe2c0ce24 https://github.com/lerna-stack/akka-entity-replication/pull/173/commits/44e7a8aafba807071918949627a36b87d8538904
Add feature of disabling raft actor's launching by specifying its own shard id.
Ignore following launching trigger of RaftActor
ReplicationRegionRaftActorStarter
ReplicationRegion
RaftActor