JervyShi
JervyShi
This is by design, the dynamic selection of logging framework is based on the user relies on a logging framework implementation to select the corresponding logging configuration, the user needs...
HTTP2 的 Goaway 桢的定义是 0x7,在不冲突的情况下我们是否可以和 http2 标准保持一致?https://datatracker.ietf.org/doc/html/rfc7540#section-6.8
可以看下这个 test case 中的示例 https://github.com/sofastack/sofa-rpc-node/blob/3e04f15d568470375117edb8bdde62278a049f6c/test/server/connection.test.js#L100-L117
@zhulinhong Do you have a specific description of the junit issue?
@qinliang373 可以把 issue 移到这里讨论哈 https://github.com/sofastack/sofa-rpc-boot-projects/issues
这个平滑升级我理解,服务发布方把服务发布至多个服务注册中心,如 ZK + Consul,假如预期是 ZK -> Consul,服务订阅方逐步切换自己的 Registry 配置至 Consul 就可以了,用任一种发现的地址都是一样的就 OK。
@whh5233 感谢反馈,Consul 目前作为预览版还存在一些已知问题待解决,这块的实现后续会重构一下,可以先尝试使用下其他注册中心实现,当然也可以考虑帮助我们一次完善下对 Consul 的支持,感谢!
There are more scenarios where the link is broken, such as when a packet of an unknown protocol is received on a long link, or when there is a restart...
It is better to use [arthas](https://github.com/alibaba/arthas) directly for online debugging.
一般 SLA 的定义和系统的关键指标相关,类似 registry 的核心就是 Pub Sub 模型,Pub 列表变化后及时推送给 Sub,那么 SLA 的定义就可以从类似 Pub 变更后在多长的周期内能推送给所有的 Sub,这个成功率应该高于多少,类似这种方式去定义。参考值这个看系统维护者对这个系统的要求吧,这个没什么标准值。