pinxiong commented on issue #10822: URL: https://github.com/apache/dubbo/issues/10822#issuecomment-1304786075
## 易用性 Dubbo提供了简单易用的配置方式,支持XML、Properties、Annotation、Yaml等格式的配置文件。在整个开发过程中,Dubbo为开发者提供了一系列的调用方式: + **本地调用**:当在本地开发时,无需配置注册中心也可以实现服务注册发现功能。 + **泛化调用**:可以将开发的服务用Http协议对外进行暴露,能够满足在多语言场景下服务调用的需求。 + **依赖检查**:在服务部署的过程中,Dubbo可以检测依赖的服务是否部署完成。 + **延迟暴露**:部署的服务可以经过一段时间以后再对外暴露,可以满足服务需要预热的需求。 + **异步调用**:可以通过Dubbo提供的异步调用功能来提供系统的吞吐量。 + **优雅停机**:在服务销毁的时候,Dubbo会拒绝接收新请求,同时等待当前处理的请求结束以后再销毁服务。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org