Registry / networking / dubbo-go-v3

dubbo-go-v3

JSON →
library3.3.1gogounverified

Go implementation of the Apache Dubbo RPC and microservice framework.

go get dubbo.apache.org/dubbo-go/v3
INSTALL
IMPORT
SIG · DUBBO-GO-V3
D
dubbo-go-v3
networkinggov3.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dubbo
dubbo.apache.org/dubbo-go/v3

Initialize a Dubbo Go application with default configuration.

package main import ( "context" "dubbo.apache.org/dubbo-go/v3/config" _ "dubbo.apache.org/dubbo-go/v3/imports" ) func main() { config.Load() // Application starts select {} }
Debug
Known issues
gotchaRequires a configuration file (dubbo.yaml) or environment variables to start.
fix
Provide a valid dubbo.yaml or set environment variables like DUBBO_GO_CONFIG_PATH.
affects: >=3.0.0
Upgrade
Version history
3.3.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
dubbo-go-v3 — go get dubbo-go-v3 · libregistry