Apache dubbo

Clone this repo:

Branches

  1. 8fa2459 build(deps): bump go.opentelemetry.io/otel/sdk from 1.21.0 to 1.43.0 (#16) by dependabot[bot] · 3 weeks ago main
  2. 39ab137 build(deps): bump codecov/codecov-action from 4 to 6 (#15) by dependabot[bot] · 3 weeks ago
  3. 4cc8c32 ci: fix lint config to v2 format (#13) by Zecheng Zhu · 5 weeks ago
  4. de428af Merge pull request #1 from zbchi/main by Xuetao Li · 7 weeks ago
  5. 5e54147 fix: update .golangci-lint config to v2 version by zb · 7 weeks ago

Dubbo-Go Extensions

English | 简体中文

Community-maintained extensions for Apache Dubbo-Go v3.

Available Extensions

Filters

  • hystrix - Circuit breaker filter using hystrix-go

Registries

Config Centers

Usage

Each extension can be used independently via side-effect imports:

import (
    _ "github.com/apache/dubbo-go-extensions/filter/hystrix"
)

The filter will be automatically registered and available for use in your dubbo-go configuration.

See individual extension directories for detailed documentation.

License

Apache License 2.0 - See LICENSE for details.