diff --git a/component/remote/abs.go b/component/remote/abs.go index 88c540a3..341b3ee7 100644 --- a/component/remote/abs.go +++ b/component/remote/abs.go @@ -44,6 +44,7 @@ func (a *AbsApolloConfig) SyncWithNamespace(namespace string, appConfigFunc func AppID: appConfig.AppID, Secret: appConfig.Secret, Timeout: notifyConnectTimeout, + IsRetry: true, } if appConfig.SyncServerTimeout > 0 { duration, err := time.ParseDuration(strconv.Itoa(appConfig.SyncServerTimeout) + "s")