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.
- Not limited to Java
- Support SpringBoot
- Support Rest
- High-performance serialization framework
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!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



The library used for floating-point number operation in Go language introduces how to ensure the accuracy is...

Which libraries in Go are developed by large companies or well-known open source projects? When programming in Go, developers often encounter some common needs, ...

Queue threading problem in Go crawler Colly explores the problem of using the Colly crawler library in Go language, developers often encounter problems with threads and request queues. �...

Efficiently handle concurrency security issues in multi-process log writing. Multiple processes write the same log file at the same time. How to ensure concurrency is safe and efficient? This is a...

The difference between string printing in Go language: The difference in the effect of using Println and string() functions is in Go...

Go pointer syntax and addressing problems in the use of viper library When programming in Go language, it is crucial to understand the syntax and usage of pointers, especially in...

Automatic deletion of Golang generic function type constraints in VSCode Users may encounter a strange problem when writing Golang code using VSCode. when...

The problem of using RedisStream to implement message queues in Go language is using Go language and Redis...
