Albumen Kevin
Albumen Kevin
- [ ] I have registered the PR [changes](https://github.com/seata/seata/tree/develop/changes). ### Ⅰ. Describe what this PR did ### Ⅱ. Does this pull request fix one issue? ### Ⅲ. Why don't you...
### Describe what this PR does / why we need it Fix https://github.com/apache/dubbo-sentinel-support/issues/5 ### Does this pull request fix one issue? ### Describe how you did it ### Describe how...
FaaS (Function as a service) is a kind of cloud computing service that allows developers to build, compute, run, and manage application packages as functions without having to maintain their...
Related issue #10154 Status: to be improved Background: Dubbo Initializer is used to quickly build a simple sample application of SpringBoot and Dubbo. At present, the project is behind the...
Related issue #10154 #9826 Status: Documents to be improved Background: When a user requests the Dubbo interface, due to problems such as registry configuration problems, server status, and routing processing...
This repo has been archived. All of the implements have been moved to [apache/dubbo](https://github.com/apache/dubbo). Please refer to https://github.com/apache/dubbo/tree/3.0/dubbo-spring-boot. All latest versions will be released with dubbo core.
## Background This is an Advance subject of [ASoC 2022](https://opensource.alibaba.com/asoc2022) and https://github.com/apache/dubbo/issues/10088 . For applications deployed with Dubbo service, since application publishing needs to restart the process, many in-transit requests...
## Background This is an basic subject of [ASoC 2022](https://opensource.alibaba.com/asoc2022) and https://github.com/apache/dubbo/issues/10088 . Token verification refers to controlling permissions in the registry to decide whether to issue tokens to consumers,...
Added SPI extension support in login, allowing users to extend their login methods so that users can access their login system. Existing login methods are provided as extensions by default....
At present, an instance of Dubbo Admin can only connect to one set of environments (specified registry, namespace, group), and hope that one instance can connect to multiple sets of...