-
### Your question
我的场景是希望使用 ark 来改造基础组件客户端, 隔离基础组件与业务代码之间的第三方依赖冲突, 以此推动基础组件的自动升级.
举个例子, 我的配置中心的客户端, 我们设计很多自定义的 annotation 用来注入远程配置, 例如 @EnableRemoteConfig @MyValue("${k1}") 这样的使用方式, 即可将远程配置注入变量…
-
### Your scenes
Hystrix is a latency and fault tolerance library which has thread isolation, circuit breaker, timeout and fallback. It will be excellent if it can be supported in sofa rpc.
### Y…
-
在springboot应用中引入sofa-ark后,可以继续使用dubbo么?
-
### Describe the bug
根据自己业务需要在配置zipkin时需要使用自定义的配置类,但是源码中很多@ComponentScan导致使用了一个默认的配置后就将其他符合条件的配置全激活了,即使我使用springboot技术将源码的自动化配置去掉还是无用
A clear and concise description of what the bug is.
### Expec…
-
1. Remove the useless fields `skipJvmReferenceHealthCheck` and `disableJvmFirst`.
2. add `spring-boot-configuration-processor` to `runtime-sofa-boot-starter` for generating metadata of SofaRuntimeCon…
-
### Describe the bug
按照gitub上报Zipkin文档操作
tracer-sofa-boot-starter源码中的ZipkinSofaTracerAutoConfiguration自动配置类中
配置此自动配置生效的条件@ConditionalOnClass中的(zipkin.Span.class, zipkin.reporter.AsyncReporter.class…
-
com.alipay.remoting.RemotingServer
now RemotingServer won't throw exception to outside.
```
/**
* Start the server with ip and port.
*/
public boolean start(String ip) {
…
-
the SOFA DOC, has the sample code for how to use jarslink : http://www.sofastack.tech/sofa-boot/docs/sofa-jarslink-jarslink-app-demo ,
com.alipay.sofa
sofa-jarslink-ark-start…
-
Some tool packages are used by multi starters, but they lay in infra-sofa-boot-stater. It's better to move them out.
-
pom版本依赖时,2.4.3:
```
com.alipay.sofa
sofaboot-dependencies
2.4.3
```
使用@SofaService发布服务,spring的AOP无法拦截rpc接口实现类
使用xml形式发布服务,就没这个问题