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
1.We are preparing image for Nacos-Sync, so you can deploy it in k8s later.
2.Currently, Nacos-Sync does not support task allocation; every instance in the replicas performs the same sync action for the task.
3.There is no conflict for service sync because we will sync the instances in the service with a tag in the metadata; we will find out the instances without the tag and perform sync for them.
4.Task allocation is a good idea. We can allocate different tasks to different instances, which will improve the availability of the cluster. It will be considered in future versions.
Have you considered the deployment form of Nacos-Sync?
If multiple replicas are deployed in K8s, is there any task allocation in the database? Will there be conflicts?
If a single instance is deployed, will it lack high availability?
The text was updated successfully, but these errors were encountered: