[
https://issues.apache.org/jira/browse/DUBBO-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16413593#comment-16413593
]
Jun Liu commented on DUBBO-27:
------------------------------
In simple terms, dubbo is an interface-oriented RPC framework, users program
with interfaces(every interface is a service) when using dubbo, see Quick
Start[1] for how dubbo works.
People define service(interface) - The Provider, should provide detailed docs
or at least comments of their services, only in this way, the people use the
services - The Consumer, can know how to program with the service correctly. We
want to figure out a way of registering API definitions automatically, like
what REST can do with Swagger.
[1]. https://github.com/apache/incubator-dubbo/tree/master/dubbo-demo
> Integration with OpenTracing
> ----------------------------
>
> Key: DUBBO-27
> URL: https://issues.apache.org/jira/browse/DUBBO-27
> Project: Apache Dubbo
> Issue Type: New Feature
> Reporter: Jun Liu
> Priority: Major
> Labels: GSoC2018
>
> TODO: more detials
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)