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
Is your feature request related to a problem? Please describe.
Currently, naming's distro contain features of syncTask manager, checksum(verify) data, and data store.
But I think data store should not be distro's features, so that it's data saved double (one is in ServiceManager, other is in DataStore)
So I want to mark ServiceManager as datasource or data store directly. And using datum key to trigger sync directly.
Describe the solution you'd like
Creating an DelaySyncTask in TaskPool. If there are multiple change during waiting, same key task should be merged in pool.
Before actually execute sync, getting data from data store.
Describe alternatives you've considered
About the checksum verify. There are other way to do. It is move to task module and do it automatically.
Additional context
I found that in config module TaskManager can be used by the new design.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, naming's distro contain features of syncTask manager, checksum(verify) data, and data store.
But I think data store should not be distro's features, so that it's data saved double (one is in ServiceManager, other is in DataStore)
So I want to mark ServiceManager as datasource or data store directly. And using datum key to trigger sync directly.
Describe the solution you'd like
Creating an DelaySyncTask in TaskPool. If there are multiple change during waiting, same key task should be merged in pool.
Before actually execute sync, getting data from data store.
Describe alternatives you've considered
About the checksum verify. There are other way to do. It is move to task module and do it automatically.
Additional context
I found that in config module
TaskManager
can be used by the new design.The text was updated successfully, but these errors were encountered: