477
}
478
if beginInclusiveWatermark == endExclusiveWatermark {
479
>
return s.sendToStream(&historyservice.StreamWorkflowReplicationMessagesResponse{
stream_sender.go
480
>
Attributes: &historyservice.StreamWorkflowReplicationMessagesResponse_Messages{
481
>
Messages: &replicationspb.WorkflowReplicationMessages{
482
>
ReplicationTasks: nil,
483
>
ExclusiveHighWatermark: endExclusiveWatermark,
484
>
ExclusiveHighWatermarkTime: timestamp.TimeNowPtrUtc(),
485
>
Priority: priority,
486
>
},
487
>
},
488
>
})
489
>
}
490
491
callerInfo := getReplicaitonCallerInfo(priority)