Alanxtl commented on issue #3336:
URL: https://github.com/apache/dubbo-go/issues/3336#issuecomment-4495802628

   > Hello, I'm interested in this issue. Could you assign it to me?
   
   sure @nagisa-kunhah , thank you for your interest
   
   `dubbo-go-extensions` is the extension repository for the dubbo-go 
ecosystem. It is mainly used to host useful but non-core features, so the main 
`dubbo-go` repository can stay lighter and more focused. It is still under 
construction.
   
   For this issue, the idea is to move the current adaptive service throttling 
implementation out of the main `dubbo-go` repo and turn it into an independent 
extension plugin. Users who need this feature can import it from 
`dubbo-go-extensions`, while users who do not need it won’t carry extra 
complexity in the core framework.
   
   For the usage of `dubbo-go-extensions` u can refer to 
https://github.com/apache/dubbo-go-samples/tree/main/filter/hystrix
   
   In short:
   
   - `dubbo-go`: core framework
   - `dubbo-go-extensions`: optional extension components
   - This issue: migrate adaptive service throttling into an extension and keep 
improving it there.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to