blob: e8d7db2951ba2188d6f8f559072fd68676d8ab37 [file] [log] [blame]
+++
title = "Apache Dubbo"
linkTitle = "Apache Dubbo Website"
+++
{{< blocks/cover title="Apache Dubbo" image_anchor="top" height="auto" color="primary" >}}
<div class="mx-auto">
<a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/docs" >}}">
快速开始 <i class="fas fa-arrow-alt-circle-right ml-2"></i>
</a>
<a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://github.com/apache/dubbo">
GITHUB <i class="fab fa-github ml-2 "></i>
</a>
<p class="lead mt-5">Apache Dubbo 是一款高性能、轻量级的开源 Java 服务框架</p>
{{< blocks/link-down color="info" >}}
</div>
{{< /blocks/cover >}}
{{% blocks/lead color="primary" %}}
Apache Dubbo |ˈdʌbəʊ| 提供了六大核心能力:面向接口代理的高性能RPC调用,智能容错和负载均衡,服务自动注册和发现,高度可扩展能力,运行期流量调度,可视化的服务治理与运维。
{{% /blocks/lead %}}
{{< blocks/section color="dark" >}}
{{% blocks/feature icon="fas fa-exchange-alt" title="面向接口代理的高性能RPC调用" %}}
提供高性能的基于代理的远程调用能力,服务以接口为粒度,为开发者屏蔽远程调用底层细节。
{{% /blocks/feature %}}
{{% blocks/feature icon="fas fa-random" title="智能负载均衡" %}}
内置多种负载均衡策略,智能感知下游节点健康状况,显著减少调用延迟,提高系统吞吐量。
{{% /blocks/feature %}}
{{% blocks/feature icon="fa fa-share-alt" title="服务自动注册与发现" %}}
支持多种注册中心服务,服务实例上下线实时感知。
{{% /blocks/feature %}}
{{% blocks/feature icon="fad fa-expand" title="高度可扩展能力" %}}
遵循微内核+插件的设计原则,所有核心能力如Protocol、Transport、Serialization被设计为扩展点,平等对待内置实现和第三方实现。
{{% /blocks/feature %}}
{{% blocks/feature icon="fas fa-traffic-light" title="运行期流量调度" %}}
内置条件、脚本等路由策略,通过配置不同的路由规则,轻松实现灰度发布,同机房优先等功能。
{{% /blocks/feature %}}
{{% blocks/feature icon="fas fa-sliders-h" title="可视化的服务治理与运维" %}}
提供丰富服务治理、运维工具:随时查询服务元数据、服务健康状态及调用统计,实时下发路由策略、调整配置参数。
{{% /blocks/feature %}}
{{< /blocks/section >}}
{{% blocks/lead color="info" %}}
谁在使用 Dubbo
请在 [Wanted: who's using dubbo](https://github.com/apache/dubbo/issues/1012) 上提供信息来帮助 Dubbo 做的更好。
{{% /blocks/lead %}}
{{< blocks/section >}}
{{< figure src="/imgs/users_alibaba.png" height="80" width="140">}}
{{< figure src="/imgs/users_icbc.png" height="80" width="140">}}
{{< figure src="/imgs/users_telecom.png" height="80" width="140">}}
{{< figure src="/imgs/users_yinlian.png" height="80" width="140">}}
{{< figure src="/imgs/users_chinalife.png" height="80" width="140">}}
{{< figure src="/imgs/users_wanglian.png" height="80" width="140">}}
{{< figure src="/imgs/users_zhengcaiyun.png" height="80" width="140">}}
{{< figure src="/imgs/users_kaola.png" height="80" width="140">}}
{{< figure src="/imgs/users_didi.png" height="80" width="140">}}
{{< figure src="/imgs/users_qunar.png" height="80" width="140">}}
{{< figure src="/imgs/users_handu.png" height="80" width="140">}}
{{< figure src="/imgs/users_dangdang.png" height="80" width="140">}}
{{< figure src="/imgs/users_weidian.png" height="80" width="140">}}
{{< figure src="/imgs/users_kingdee.png" height="80" width="140">}}
{{< /blocks/section >}}
{{< blocks/section >}}
{{% blocks/feature icon="far fa-envelope" title="订阅邮件组" %}}
dev@dubbo.apache.org 参与社区的讨论
{{% /blocks/feature %}}
{{% blocks/feature icon="fab fa-github" title="欢迎参与贡献!" url="https://github.com/apache/dubbo#contributing" %}}
我们通过 [Pull Request](https://github.com/apache/dubbo/pulls) 在 **GitHub** 上协作。我们期待您的加入!
{{% /blocks/feature %}}
{{% blocks/feature icon="fas fa-bullhorn" title="请关注我们的技术博客!" url="/zh/blog" %}}
我们会在第一时间分享 Dubbo 新发布的特性和使用心得
{{% /blocks/feature %}}
{{< /blocks/section >}}