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
Similar to PeerRecoveryTargetService that is used during peer recovery, Segment Replication needs a service class to orchestrate replication events for all shards on a node. This allows us to receive a new checkpoint and start a new replication event in a separate thread.
This is similar to the SegmentReplicationReplicaService class implemented in feature branch but. needs to be revisited and PR'd to main.
Similar to PeerRecoveryTargetService, replication events will need a target class implementation that is kicked off to start the event. Refactoring here would open the door for a SegmentReplicationTarget implementation that can be invoked from the service.
The text was updated successfully, but these errors were encountered:
Similar to PeerRecoveryTargetService that is used during peer recovery, Segment Replication needs a service class to orchestrate replication events for all shards on a node. This allows us to receive a new checkpoint and start a new replication event in a separate thread.
This is similar to the SegmentReplicationReplicaService class implemented in feature branch but. needs to be revisited and PR'd to main.
Similar to PeerRecoveryTargetService, replication events will need a target class implementation that is kicked off to start the event. Refactoring here would open the door for a SegmentReplicationTarget implementation that can be invoked from the service.
The text was updated successfully, but these errors were encountered: