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
Service metadata information is very important to service governance, e.g. app name, service name, method parameters' name and type information.
Without these information, it's very hard to implement features like service test, service mock, service router rule, etc.
So I think we need to design a mechanism in sofa rpc to report the service metadata, which then could be integrated with different service metadata center implementations, e.g. opensergo.
Dubbo has refactored and supported reporting service metadata since 2.7.0.
The text was updated successfully, but these errors were encountered:
Service metadata information is very important to service governance, e.g. app name, service name, method parameters' name and type information.
Without these information, it's very hard to implement features like service test, service mock, service router rule, etc.
So I think we need to design a mechanism in sofa rpc to report the service metadata, which then could be integrated with different service metadata center implementations, e.g. opensergo.
The text was updated successfully, but these errors were encountered: