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** Wrong when starting under Windows WSL. **Platform And Runtime (please complete the following information):** Platform - OS: Windows 10 Education 1903 WSL ubuntu-18.04 - Go version: go...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

bug

基于ServiceComb的微服务能否兼容pinpoint? 自有的tracing组件能否停用?

本地编译ARM版本的servicecenter包失败,无法下载依赖库。

Firstly, service-center uses Txn interface of etcd clientv3. Etcd limit the max gap between apply and commit index to 5000, and a large number of mutexes may block highly concurrent...

下载1.1.0版本到本地windows,下载好依赖包,配好goland里面的GOPATH后启动main.go,启动失败,显示key is locked 2019-02-14T21:56:58.906+0800 DEBUG backend/discovery.go:102 all adaptors are ready 2019-02-14T21:56:58.906+0800 INFO etcdsync/mutex.go:113 Trying to create a lock: key=/cse/etcdsync/cse-sr/lock/global, id=SZXY1Z004656001-12320-20190214-21:56:58.90625 2019-02-14T21:56:58.906+0800 ERROR etcdsync/mutex.go:138 Key /cse/etcdsync/cse-sr/lock/global is locked, waiting for other...

help wanted

Hi , I want to change the servicecomb/scfrontend's in docker's timezone ,I should how to do?

最新版本,编译不通过: go build -o service-center -v . github.com/apache/servicecomb-service-center/server/handler/context github.com/apache/servicecomb-service-center/server/plugin/pkg/registry/etcd github.com/apache/servicecomb-service-center/server/plugin/pkg/registry/embededetcd # github.com/apache/servicecomb-service-center/server/handler/context server/handler/context/v3.go:49:4: undefined: util.Logger k8s.io/client-go/discovery 报:server/handler/context/v3.go:49:4: undefined: util.Logger

Sentinel 承接了阿里巴巴近 10 年的双十一大促流量的核心场景,而且提供了实时监控和提供了SPI扩展, 但是没有servicecomb和它的整合,能否考虑加到servicecomb中?

Needs Discussion

**Is your feature request related to a problem? Please describe.** 同一服务多实例部署时,定时任务必须是服务级别的,如果在服务进程内设置线程定时任务,必定存在问题。 **Describe the solution you'd like** 希望ServiceCenter能提供注册定时任务的能力。 **Describe alternatives you've considered** 当前我们是自己开发一个独立的服务来管理定时任务,其他服务通过向此服务注册定时任务实现 **Additional context** Null

help wanted