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

**Describe the bug** ``` /v4/{project}/registry/instances: get: description: | 实例注册后可以根据微服务版本规则或字段条件 发现该微服务的实例。同时会将此微服务版本规则记录到依赖关系中,当发现相同微服务的不同版本规则时,会覆盖已有的依赖关系。 operationId: find parameters: - name: x-domain-name in: header type: string default: default - name: x-resource-revsion in: header type: string description:...

bug

**Is your feature request related to a problem? Please describe.** This is a problem and improvement. We hope to develop a new UI for ServiceCenter, and hope that when there...

GO 1.12 has support TLS1.3, so i think service-center should support also. but if we support this feature, the go version has to upgrade!

**Describe the bug** 用相同的 endpoints 注册服务实例,每次得到的 instanceid 都不一样 **To Reproduce** Steps to reproduce the behavior: 1. curl -X POST \ http://127.0.0.1:30100/registry/v3/microservices \ -H 'content-type: application/json' \ -H 'x-domain-name: default' \...

当service-center开启TLS时,front-end页面无法正确显示。当前front-end使用的echo/middleware包似乎不支持TLS代理,请问是否有计划使front-end支持对接开启TLS的service-center?

服务svcA订阅svcB, 且svcA之前不存在到svcB的依赖关系,由于sc对依赖关系的处理在客户端视角是异步的(依赖请求写入etcd“队列”,sc收到etcd请求新增推送,然后维护依赖关系),一般订阅时,在依赖关系添加后,就会创建websocket准备接受消息变化。如果svcB在websocket建立之后,依赖关系维护完成之前发生事件,则事件会丢失。 上述场景在生产环境遇到, 不知道社区是怎么考虑这个问题的,提出来讨论一下。

When I registered the microservice successfully, I was unable to view my microservices on the DashBoard. Because my projectName is "test", and DashBoard only supports default. I think this is...

help wanted

微服务安全的TLS策略下的ssl.trustStoreValue秘钥是直接对ssl.trustStoreType证书进行加密的吗?加密是用的什么算法呢?加密的密钥长度至少多少位?

![image](https://user-images.githubusercontent.com/33851464/67658745-6f0bd300-f995-11e9-9886-30bb02da542b.png) 实际的端口是18081,但是测试契约的Url地址显示1808,看着像是截取了