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

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...

**Describe the bug** etcd 中的数据的发生迁移 **To Reproduce** 1、启动sc 2、注册一个environment为development的微服务A 3、重启sc 4、微服务A无法继续注册上,查询etcd数据发现 原本注册为development的数据被改成了empty 日志如下 ![image](https://user-images.githubusercontent.com/19482564/128586090-8f47df06-48c0-48e4-b32e-ced2810de87e.png)

**Describe the bug** 参考go-chassis增加门禁:https://github.com/go-chassis/go-chassis/blob/master/.github/workflows/codeql-analysis.yml **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A...

enhancement

**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...

enhancement

when I pulled new fs layer of scfrontend (b606a4c7ed0e), the frontend web page doesn't work properly, like: ![image](https://user-images.githubusercontent.com/3192045/124360272-6637ce00-dc5b-11eb-9dd2-35b5949757f3.png) It's seems all the assets in bower_components dir turns out 404 not...

1、安装docker并启动注册中心和配置中心 2、开发spring cloud服务并集成华为提供的注册中心和配置中心 3、启动spring cloud服务,能正常注册到注册中心中并读取配置中心数据 4、过一段时间时间,或者重新spring cloud相关服务,配置中心就自动挂掉了,查看配置中心相关日志,是主动杀掉进程的 [stdout.txt](https://github.com/apache/servicecomb-service-center/files/6820616/stdout.txt)

question

**Describe the bug** 基于alias的服务发现缺少实践说明,需要补充到文档 **Expected behavior** 可以指导API用户如何利用alias实现对接服务中心的服务发现能力 **Platform And Runtime (please complete the following information):** Platform - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] Runtime...

bug
document

当前做了缓存的listwatch,但是各个接口还未从缓存中取各个资源 微服务数量到5w的时候,注册阶段mongo压力很大cpu基本压满,所以为了缓解mongo的压力,查询接口改为从缓存里面查询

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...

【issue】: #1051 【特性/模块名称】:GetAllConsumerIds未做版本规则过滤 【修改内容】: Bugfix:instance-event 中 GetAllConsumerIds 为对相关版本规则做过滤。 原先相关逻辑:https://github.com/apache/servicecomb-service-center/blob/26d6283f02d92317ded1b7e2b66fa85fcda0d398/datasource/mongo/dependency_query.go#L183 【自测情况】:ut全部通过