servicecomb-service-center icon indicating copy to clipboard operation
servicecomb-service-center copied to clipboard

A standalone service center to allow services to register their instance information and to discover providers of a given service

Results 156 servicecomb-service-center issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

add health api in syncer to make engine health

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. set a key value with lable "app=default, env=" 2....

bug

UX界面能否加入rbac支持,否则服务中心和kie开启rbac,ux就什么数据都读不到了

help wanted

What is the difference between the 2.x branch and the 1.x branch? Is the 2.x branch compatible with the code implemented based on the 1.x branch? Anything to note if...

document

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

我在调查 watch 的推送延迟问题, 阅读代码 (版本 abed95307df6cb1ef61b5d123ff8d308c337e7ee) 看到 datasource/etcd/state/etcd/cacher_kv.go: KvCacher.handleDeferEvents 函数 ``` func (c *KvCacher) handleDeferEvents(ctx context.Context) { defer log.Recover() var ( evts = make([]kvstore.Event, sdcommon.EventBlockSize) i int ) interval :=...

**Describe the bug** 服务A: 注册服务、注册契约 服务B: 查询服务A的服务信息和契约信息 如果服务B查询A的服务信息,发生在服务A注册契约的过程中, 可能导致服务B获取到的服务信息不完整(契约丢失)。 **To Reproduce** **Expected behavior** 服务A未完成契约注册, 那么服务A的信息对外不可见,不应该查询返回服务信息。 **Platform And Runtime (please complete the following information):** Platform - OS: [e.g. iOS] - Browser...

bug

**Describe the bug** 虚机掉电重启后ServiceCenter实例获取为空,ServiceCenter自注册失败 **To Reproduce Steps to reproduce the behavior:** 1、下电虚拟机并重新启动 2、应用连接ServiceCenter并调用接口获取ServiceCenter实例信息 3、获取的ServiceCenter实例信息为空 4、重启ServiceCenter(重启前,步骤3结果一直为空) 5、可以正常获取ServiceCenter实例 **Platform And Runtime (please complete the following information):** **Platform** OS/Arch: linux/amd64 Browser [e.g. chrome,...