search
HomeBackend DevelopmentGolangDoes dubbo support go language?
Does dubbo support go language?Dec 26, 2022 pm 04:50 PM
golanggo languagedubbo

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
go语言为什么叫gogo语言为什么叫goNov 28, 2022 pm 06:19 PM

go语言叫go的原因:想表达这门语言的运行速度、开发速度、学习速度(develop)都像gopher一样快。gopher是一种生活在加拿大的小动物,go的吉祥物就是这个小动物,它的中文名叫做囊地鼠,它们最大的特点就是挖洞速度特别快,当然可能不止是挖洞啦。

SpringBoot+Dubbo+Nacos 开发实战教程SpringBoot+Dubbo+Nacos 开发实战教程Aug 15, 2023 pm 04:49 PM

本文来写个详细的例子来说下dubbo+nacos+Spring Boot开发实战。本文不会讲述太多的理论的知识,会写一个最简单的例子来说明dubbo如何与nacos整合,快速搭建开发环境。

一文详解Go中的并发【20 张动图演示】一文详解Go中的并发【20 张动图演示】Sep 08, 2022 am 10:48 AM

Go语言中各种并发模式看起来是怎样的?下面本篇文章就通过20 张动图为你演示 Go 并发,希望对大家有所帮助!

【整理分享】一些GO面试题(附答案解析)【整理分享】一些GO面试题(附答案解析)Oct 25, 2022 am 10:45 AM

本篇文章给大家整理分享一些GO面试题集锦快答,希望对大家有所帮助!

基于Java的分布式服务框架Dubbo的原理及示例分析基于Java的分布式服务框架Dubbo的原理及示例分析Apr 24, 2023 pm 08:13 PM

前言在介绍Dubbo之前先了解一下基本概念:Dubbo是一个RPC框架,RPC,即RemoteProcedureCall(远程过程调用),相对的就是本地过程调用,在分布式架构之前的单体应用架构和垂直应用架构运用的都是本地过程调用。它允许程序调用另外一个地址空间(通常是网络共享的另外一台机器)的过程或函数,并且不用程序员显式编码这个远程调用的细节。而分布式架构应用与应用之间的远程调用就需要RPC框架来做,目的就是为了让远程调用像本地调用一样简单。Dubbo框架有以下部件Consumer即调用远程服

go语言是编程语言吗go语言是编程语言吗Nov 28, 2022 pm 06:38 PM

go语言是编程语言。go语言又称Golang,是Google开发的一种静态强类型、编译型、并发型,并具有垃圾回收功能的编程语言。Go语言的推出,旨在不损失应用程序性能的情况下降低代码的复杂性,具有“部署简单、并发性好、语言设计良好、执行性能好”等优势。

Dubbo 为什么用 Go 重写?Dubbo 为什么用 Go 重写?Apr 10, 2023 pm 12:51 PM

[[443126]]先说两句我常常在散步时思考很多技术上的「为什么问题」,有时一个问题会想很久,直到问题的每一个点都能说服自己时,才算完结。于是想把这些思考记录下来,形成文章,可以当做一个新的系列。这些文章中你可能看不到代码,但能窥探到一些容易被忽视的问题,以及问题更深层次的「为什么」。今天带来第1篇,Dubbo为什么要用Go重写?诞生于阿里巴巴,2011年开源的Dubbo已经走过了10个年头。在2019年,它被用Go重写并开源,如今两年过去,已经从当初的V1.0.0版本发展到了V3.0.0,截

Dubbo源码分析:小白入门篇Dubbo源码分析:小白入门篇Aug 23, 2023 pm 02:44 PM

如果你已经对Dubbo熟练使用了,那这篇文章不太适合你,但如果想了解Dubbo,想学习Dubbo,那就非常适合你。

See all articles

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 Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment