Home > Article > Backend Development > Does dubbo support go language?
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.
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: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!