Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
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.