feat: init repo and migrate hystrix from dubbo-go#1
Open
zbchi wants to merge 2 commits intoapache:mainfrom
Open
feat: init repo and migrate hystrix from dubbo-go#1zbchi wants to merge 2 commits intoapache:mainfrom
zbchi wants to merge 2 commits intoapache:mainfrom
Conversation
|
excellent work, 这个新的实现测试过了吗,能正常使用吗,如果能正常使用:
还需要考虑一下 |
Alanxtl
reviewed
Feb 12, 2026
There was a problem hiding this comment.
github CI 流程的写法参考一下 https://github.com/apache/dubbo-go-pixiu/blob/develop/.github/workflows/github-actions.yml
这里的实现更加现代,比如非写死的go版本,缓存机制等等
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Initialize dubbo-go-extensions repository with hystrix filter migrated from dubbo-go.
Changes
Init Repository Structure
Changes to Hystrix filter
apache/dubbo-go#3193
Migration Details
Source:
dubbo.apache.org/dubbo-go/v3/filter/hystrixDestination:
github.com/apache/dubbo-go-extensions/filter/hystrix