Home Backend Development Golang Does dubbo support go language?

Does dubbo support go language?

Dec 26, 2022 pm 04:50 PM
golang go language dubbo

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 of this Website
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

What libraries are used for floating point number operations in Go? What libraries are used for floating point number operations in Go? Apr 02, 2025 pm 02:06 PM

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 provided by well-known open source projects? Which libraries in Go are developed by large companies or provided by well-known open source projects? Apr 02, 2025 pm 04:12 PM

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, ...

What is the problem with Queue thread in Go's crawler Colly? What is the problem with Queue thread in Go's crawler Colly? Apr 02, 2025 pm 02:09 PM

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. �...

How to ensure concurrency is safe and efficient when writing multi-process logs? How to ensure concurrency is safe and efficient when writing multi-process logs? Apr 02, 2025 pm 03:51 PM

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...

In Go, why does printing strings with Println and string() functions have different effects? In Go, why does printing strings with Println and string() functions have different effects? Apr 02, 2025 pm 02:03 PM

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

Why is it necessary to pass pointers when using Go and viper libraries? Why is it necessary to pass pointers when using Go and viper libraries? Apr 02, 2025 pm 04:00 PM

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...

How to solve the problem of Golang generic function type constraints being automatically deleted in VSCode? How to solve the problem of Golang generic function type constraints being automatically deleted in VSCode? Apr 02, 2025 pm 02:15 PM

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

How to solve the user_id type conversion problem when using Redis Stream to implement message queues in Go language? How to solve the user_id type conversion problem when using Redis Stream to implement message queues in Go language? Apr 02, 2025 pm 04:54 PM

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

See all articles