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 149 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 [...] 目前没有查找不到相关文档,介绍service-center的监控,不知道这块是否存在提供给promethues拉取监控数据的exporter? **Describe the solution...

Im running the docker images of `servicecomb/service-center` and `servicecomb/scfrontend` in my ec2 instance. And routing the requests to service center front end with AWS Route53 service with DNS entry https://servicecomb-dev-xx.com/....

help wanted

k8s 上部署了三个注册中心,对接etcd集群,mesher服务发现失败,经定位发现同样的请求发到注册中心不同节点时,得到的返回值是不一样的,检查过etcd的数据,三节点etcd的数据是一致的。我理解注册中心应该是无状态应用,数据一致性是靠etcd去实现的。想问下注册中心的对于微服务数据是如何处理的,有没有同步或者刷新机制。由于是现网环境 无法长时间定位 只能靠重启解决 注册中心版本 1.3.0

希望提供一个release的二进制支持for darwin/arm64

enhancement

Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/SCB) filed for the change (usually before you start...

k8s缩容场景下,请求报错,错误信息为“The request is rejected. Cannot process the request due to STATUS = STOPPING”,请问这个是否有解决方案?

privateKeyFile: ./private.key # rsa key pairs publicKeyFile: ./public.key # rsa key pairs 这两个key 随便生成的吗?windows sevice center password怎么设置 客户端需要配置吗

【背景】完成指定不同步的功能即增加白名单 【修改内容】 1.在sync目录中的config定义service、account和role的结构体,然后新建whitelist目录新建相关service、account和role的允许同步func,并新增相关测试用例覆盖率为100%; 2.修改server/service/disco的相关接口中,新增服务白名单判断 `IsInWhiteList`,这个逻辑先判断服务是否存在,然后再去判断是否符合白名单规则要求; 涉及的接口: >microService接口: >RegisterService, UnregisterService, PutServiceProperties >instance接口: >RegisterInstance, UnregisterInstance, SendHeartbeat, FindInstances(订阅), PutInstanceStatus, PutInstanceProperties >schema接口: > DeleteSchema, PutSchemas, PutSchema > tag接口: > PutManyTags, PutTag, DeleteManyTags 并在disco中编写相关的sync测试用例,将原先在etcd中的部分同步测试用例删除 【修改原因】新增功能...

feat

微服务注册失败,service-center.log中错误信息如下,请问其中的“max num is 100”,这个是什么的num 2022-03-07T17:16:59.781+0800 ERROR etcd/ms.go:1485 get schema[b800243d87f106f9c4f939bc8b7748bf06424649/storagePaController] failed, schema does not exists 2022-03-07T17:16:59.786+0800 ERROR quota/quota.go:139 no quota to create SCHEMA, max num is 100, curNum is 100, apply...