* ServiceStore can replace ServiceStoreService as the entrance in RegistryConfig/ServiceConfig. * Delete useless attributes in ServiceStoreConfig. * Enrich method signature information, generalized inclusion and realize methods in PojoUtils may help. * ServiceStore's HA strategy: if the server cannot be reached, ignore and try background. You can reference FailbackRegistry. * ZK nodes written by ServiceStore should be changed to persistent * OPS will need to retrieve the ServiceStore instance and I think you should provide the exact URL format used by ServiceStore. * To decide which keys need to be registered to Registry, we can make it configurable by adding an item in dubbo.properties. * Add a switch to control the URL registered to Registry: register the complete URL to the registry by default. * Is it necessary to keep cache files locally in AbstractServiceStore? I think it's too complex, just log the error information in case of write failing can be enough.
[ Full content available at: https://github.com/apache/incubator-dubbo/pull/2468 ] This message was relayed via gitbox.apache.org for [email protected]
