Daniel Zhang

Results 28 issues of Daniel Zhang

让 SwaggerUI 上能正确展示参数

- [x] 我已经在 [issues](https://github.com/alibaba/arthas/issues) 里搜索,没有重复的issue。 ### 环境信息 * Arthas 版本: 3.5.6 * 操作系统版本: Macos 10.15.4 * Java version: 1.8.0_275, vendor: AdoptOpenJDK, * runtime: /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre ### 重现问题的步骤 1. git checkout master...

Now, SOFARPC has three proxy implements. Each proxy has different performance. I write a benchmark #1231 to build a report. Performance about build a proxy: ``` Benchmark Mode Cnt Score...

cla:yes
size/L

cla:yes
size/XL

### Motivation: Add prometheus metrics module. ### Modification: Describe the idea and modifications you've done. ### Result: Fixes #885 If there is no issue then describe the changes introduced by...

cla:yes
size/XXL
later

Now, callback ThreadPoolExecutor is build-in in [AsyncRuntime](https://github.com/sofastack/sofa-rpc/blob/master/core/api/src/main/java/com/alipay/sofa/rpc/context/AsyncRuntime.java#L66). User can't recognize that the callback executor is full. We need to add a set method ,so that users can custom their own...

good first issue
later

For example , we can add a filter like this : ```java @Service @Extension(value = "custom0", extensionPoint = Filter.class) @AutoActive(providerSide = true) public class CustomFilter extends Filter { @Override public...

size/M
cla:yes

### Your question 我使用`@SofaReference`来引用服务, 默认超时时间是 3000, 有办法全局统一设置吗? ### Your scenes describe your use scenes (why need this feature) ### Your advice describe the advice or solution you'd like ### Environment...

### Your question 是否可以支持多注册中心配置,并实现注册中心之间的平滑切换? ### Your scenes 我的理解是 sofa-rpc 是支持多注册中心的, 但 sofa-rpc-boot-projects 在配置的时候能配置一个注册中心. ### Your advice 1. 需要改动`ProviderConfigHelper` 和 `RegistryConfigContainer` 来实现同时注册多注册中心. 2. 提供对外接口,动态增加/删除注册中心. 这样就可以通过监听配置变化来切换注册中心了 ### Environment - Starter version: 5.4.8...