Wang Chengming
Wang Chengming
如题? 请问如何删除首页的分享和博客详情的分享按钮呢?
## What is the purpose of the change Supports isolation thread pools ## Brief changelog ## Verifying this change ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) field...
 我觉得应该在两个角度去考虑 1. 在Dubbo2中我们应该根据`接口+服务分组+版本号`来去重 2. 但是在Dubbo3中我们支持了多实例,`接口+服务分组+版本号`不再是唯一条件,在Dubbo3中Framework、Application也应该是去重条件 但是现在URL#equals方法中,只有URLAddress(既`ip+port`)和URLParam
# 总体设计  # 样例 ``` apiVersion: v1 kind: Pod metadata: annotations: com.sofa.rpc/annotation: '{"server":[{"protocol":"bolt","host":"0.0.0.0","port":12200,"contextPath":"","ioThreads":0,"threadPoolType":"cached","coreThreads":20,"maxThreads":200,"telnet":true,"queueType":"normal","queues":0,"aliveTime":300000,"preStartCore":false,"accepts":100000,"payload":8388608,"serialization":"hessian2","dispatcher":"message","parameters":null,"virtualHost":null,"virtualPort":null,"epoll":false,"daemon":false,"adaptivePort":false,"transport":"bolt","autoStart":true,"stopTimeout":10000,"keepAlive":true,"id":null}],"delay":-1,"weight":100,"include":"*","exclude":"","dynamic":true,"priority":0,"bootstrap":"sofa","timeout":0,"concurrents":0,"repeatedExportLimit":1,"application":{"appName":"sofa-rpc-k8s-provider","appId":null,"insId":null},"interfaceId":"com.example.app.api.HelloService","uniqueId":"","filter":null,"registry":[{"protocol":"kubernetes","address":"kubernetes.default.svc","index":"","register":true,"subscribe":true,"timeout":10000,"connectTimeout":20000,"file":null,"batch":false,"batchSize":10,"heartbeatPeriod":30000,"reconnectPeriod":30000,"parameters":{"namespace":"sofa-rpc-k8s","useHttps":"true","trustCerts":"true"},"id":null}],"methods":null,"serialization":"hessian2","register":true,"subscribe":true,"proxy":"javassist","group":"","version":"","parameters":null,"cache":false,"mockMode":null,"mock":false,"validation":false,"compress":null,"virtualInterfaceId":null,"id":"rpc-cfg-0"}' creationTimestamp: "2024-02-02T08:47:54Z" generateName: sofa-rpc-k8s-provider-86f8565dcb- labels: app: sofa-rpc-k8s-provider com.sofa.rpc/label: com.example.app.api.HelloService pod-template-hash: 86f8565dcb name: sofa-rpc-k8s-provider-86f8565dcb-m7r6v namespace: sofa-rpc-k8s ```...
Optimize UserThreadPoolManager, Replace the original for loop with addAll.
Replace alibaba dubbo class to apache dubbo class
Support kubernetes registry configuration, related https://github.com/sofastack/sofa-rpc/pull/1395
因为sofa-rpc里的注册中心的拓展点可以通过sofa-boot的配置来托管,所以提交一个PR来实现在sofa-boot注册一个配置