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
// if initial_copy_only is opted for, we end the flow here.
if cfg.InitialSnapshotOnly {
logger.Info("initial snapshot only, ending flow")
state.CurrentFlowStatus = protos.FlowStatus_STATUS_COMPLETED
return state, nil
when initial load is completed the status is changed to STATUS_COMPLETED
but in qrep when initial_copy_only is true nowere is the status being marked as complete and there is no way of knowing it's finished
In cdc_flow
when initial load is completed the status is changed to STATUS_COMPLETED
but in qrep when initial_copy_only is true nowere is the status being marked as complete and there is no way of knowing it's finished
qrep_flow
The text was updated successfully, but these errors were encountered: