liubao created SCB-1964:
---------------------------
Summary: make schema discovery to be core process
Key: SCB-1964
URL: https://issues.apache.org/jira/browse/SCB-1964
Project: Apache ServiceComb
Issue Type: Sub-task
Components: Java-Chassis
Reporter: liubao
Assignee: liubao
Fix For: java-chassis-2.1.0
Now schema discovery is implementing Discovery interface.
Current schema loading process: load from local, load from remote discovery
implementation.
Some important scenarios:
# when calling to a MicroserviceInstance, can discovery schema from
MicroserviceInstance. This can avoid java-chassis constraints that the same
version of Microservice instances has the same schema.
# can load schema on demand. Do not to load all instances, and construct
schema for the instance itself. When instance schema changes, can notified
immediatly.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)