Apache dubbo

Clone this repo:
  1. 40e0c37 build(deps): bump actions/cache from 4 to 6 (#20) by dependabot[bot] · 2 days ago main
  2. 5b22f7d build(deps): bump actions/checkout from 5 to 7 (#19) by dependabot[bot] · 2 days ago
  3. abde819 build(deps): bump codecov/codecov-action from 6 to 7 (#21) by dependabot[bot] · 2 days ago
  4. b2905d6 build(deps): bump actions/setup-go from 6 to 7 (#24) by dependabot[bot] · 2 days ago
  5. 0df2cbf build(deps): bump dubbo.apache.org/dubbo-go/v3 from 3.3.1 to 3.3.2 (#25) by dependabot[bot] · 2 days 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.