Home  >  Article  >  Backend Development  >  Does dubbo support go language?

Does dubbo support go language?

青灯夜游
青灯夜游Original
2022-12-26 16:50:474999browse

dubbo supports go language. Dubbo is no longer limited to the Java language and begins to support Node.js, go language, etc.; Dubbo's Go language version is Dubbo-go, which is a high-performance Go language microservice RPC framework designed to provide developers with convenient Microservice application development experience. Dubbo-go builds a bridge between Java and Go languages, interconnects with gRPC/Dubbo/SpringCloud ecology, and relies on Go language ecology to explore the technical dividends of the cloud native era.

Does dubbo support go language?

The operating environment of this tutorial: Windows 7 system, GO version 1.18, Dell G3 computer.

Dubbo (pronunciation [ˈdʌbəʊ]) is a high-performance and excellent service framework open sourced by Alibaba, which enables applications to realize service output and input functions through high-performance RPC, and can be seamlessly integrated with the Spring framework .

Dubbo is a high-performance, lightweight open source Java RPC framework that provides three core capabilities: interface-oriented remote method invocation, intelligent fault tolerance and load balancing, and automatic service registration and discovery.

On September 7, 2017, after 4 years of silence, Dubbo quietly released version 2.5.4 on GitHub. Then 2.5.5, 2.5.6, 2.5.7 and other releases were quickly released. At the Yunqi Conference held in October 2017, Alibaba announced that Dubbo was included in the group's key maintenance open source projects, which means that Dubbo has restarted and begun a new journey. Dubbo enters the Apache incubator. If after graduation, the project is moved out of the incubator and becomes a formal open source project, there is still a lot of work to be done during this period.

I recently entered the dubbo official website and found that it has been revised and upgraded. It is very refreshing and concise, and it opens quickly. Faster than before.

##There are several highlights, which can be found in the ecology picture above:

  • Not limited to Java

Dubbo is no longer limited to the Java language and begins to support Node.js, Python, and go languages. The specific usage process can be found in Dubbo’s community ecology.

  • Support SpringBoot

Dubbo supports the integration of SpringBoot in the API startup method, from the incubator-dubbo-spring-boot-project of github It can be seen in the project that it has been iterated into 3 versions and supports the latest SpringBoot 2.0. It can be seen in the two new releases released on June 21, 2018.

  • Support Rest

Dubbo After restarting maintenance, dubbo-2.6.0 version won the prize and the DubboX maintained by the Dangdang team was merged recently (2018-01 -08). REST call support based on the standard Java REST API - JAX-RS 2.0 (abbreviation for Java API for RESTful Web Services).

  • High-performance serialization framework

In DubboX branch merging, kryo, FST serialization framework to improve the interaction efficiency of interface data.

Apache/Dubbo-go (github.com/apache/dubbo-go)

Dubbo-go is A distributed RPC framework; a Go language implementation of Apache/Dubbo. Designed to provide developers with a convenient microservice application development experience. Dubbo-go builds a bridge between Java and Go languages, interconnects with the gRPC/Dubbo/SpringCloud ecosystem, and relies on the Go language ecosystem to explore the technical dividends of the cloud-native era.

Dubbo-go is a high-performance Go language microservice RPC framework that plays an important role in the Dubbo multi-language ecosystem and is one of the best choices for writing go language microservices.

Developers can use the Dubbo-go framework to write RPC services efficiently, and support cross-language interoperability with Dubbo and gRPC services; you can use the powerful service governance and operation and maintenance capabilities of the Dubbo ecosystem, such as service registration discovery , load balancing, configuration center, visualization and other functions; you can also use the pixiu gateway of the Dubbo-go ecosystem to expose services to external access to the cluster.

Dubbo-go project was founded by Yu Yu in 2016, and started to form an open source community in 2018. In 2019, the project officially entered the Apache Software Foundation. After more than three years of continuous iteration and optimization, at the end of 2021, the dubbogo community officially launched the integrated new communication v3.0 version of the protocol, new serialization protocol, new application registration model, new routing and new service governance capabilities. This version has already attracted the attention and use of many production users in the early development stage.

Dubbo-go is one of the most active open source communities among Alibaba open source projects. Years of development have enabled the community to accumulate many active contributors and Apache Committer/PMC members who love open source. It not only demonstrates to Dubbo and other Dubbo ecological projects how to help project development through community organization and operation, but also helps improve the activity of the entire Dubbo community

For more programming-related knowledge, please visit: Programming video! !

The above is the detailed content of Does dubbo support go language?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn