Documentation ¶
Index ¶
- func GenerateTask(ctx context.Context, ...) (_ *historyservice.GenerateLastHistoryReplicationTasksResponse, retError error)
- func GetDLQTasks(ctx context.Context, shard shard.Context, ...) ([]*replicationspb.ReplicationTask, error)
- func GetStatus(ctx context.Context, request *historyservice.GetReplicationStatusRequest, ...) (_ *historyservice.ShardReplicationStatus, retError error)
- func GetTasks(ctx context.Context, shardContext shard.Context, ...) (*replicationspb.ReplicationMessages, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateTask ¶
func GetDLQTasks ¶
func GetDLQTasks( ctx context.Context, shard shard.Context, replicationAckMgr replication.AckManager, taskInfos []*replicationspb.ReplicationTaskInfo, ) ([]*replicationspb.ReplicationTask, error)
func GetStatus ¶
func GetStatus( ctx context.Context, request *historyservice.GetReplicationStatusRequest, shard shard.Context, replicationAckMgr replication.AckManager, ) (_ *historyservice.ShardReplicationStatus, retError error)
func GetTasks ¶
func GetTasks( ctx context.Context, shardContext shard.Context, replicationAckMgr replication.AckManager, pollingCluster string, ackMessageID int64, ackTimestamp time.Time, queryMessageID int64, ) (*replicationspb.ReplicationMessages, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.