You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/04/21 07:40:14 UTC

[GitHub] chickenlj commented on issue #1625: Dubbo的开发文档勘误

chickenlj commented on issue #1625: Dubbo的开发文档勘误
URL: https://github.com/apache/incubator-dubbo/issues/1625#issuecomment-383275221
 
 
   1. `ExchangeSerever` seems to be a typo. Would you please file an issue in the doc [apache/incubator-dubbo-docs](https://github.com/apache/incubator-dubbo-docs)
   
   2. Good for you to notice the absent of `DubboHandler` in code base. I think `DubboHandler` in architecture refer to [DubboProtocol/requestHandler](https://github.com/apache/incubator-dubbo/blob/6742d1cd0f47bf609d320474d9639324f54769f6/dubbo-rpc/dubbo-rpc-dubbo/src/main/java/com/alibaba/dubbo/rpc/protocol/dubbo/DubboProtocol.java#L72), requestHandler doesn't need to be an `ExchangeHandler`, maybe 'HttpHandler' in WebserviceProtocol we should define a 'DubboHandler'. What do you guys think?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services