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.