servicecomb-kie icon indicating copy to clipboard operation
servicecomb-kie copied to clipboard

Apache ServiceComb MetaConfig

Results 35 servicecomb-kie issues
Sort by recently updated
recently updated
newest added

问题描述: 1. 当前kie的配置查询接口,无层级的概念,只能按照label查询 2. 当label间存在层级关系,则希望通过某一层级的label检索出其和其下层label的所有配置,如:label=service和label=version,业务定义上是version属于service的下层,如果需要查询service和version两层的配置,按当前的设计,则需要请求2次,希望能通过一种机制,只需要查询service层级就能带出version层级的配置。

enhancement

Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.4.6 to 1.5.1. Release notes Sourced from go.mongodb.org/mongo-driver's releases. MongoDB Go Driver 1.5.1 The MongoDB Go driver team is pleased to release 1.5.1 of the official Go...

dependencies

【Scenes】 According to the quick start document, use the docker-compose command to start the service, but the database authentication fails 【Reason】 [db.js](https://github.com/apache/servicecomb-kie/blob/master/deployments/db.js), - mongodb init database name is servicecomb -...

When we are building our own configuration center, we need to display all the currently configured projects, so this interface is added. But currently only supports Mongo driver, we hope...

### 测试watch接口 预期返回304 http://127.0.0.1:30110/v1/default/kie/kv?label=app:app11446&label=func:func784&wait=60s ### 实际返回 ![image](https://user-images.githubusercontent.com/19482564/143979362-bcfb0efd-4782-4b10-826e-785fc7c80b08.png) ### 不加wait 返回正常 ![image](https://user-images.githubusercontent.com/19482564/143979588-16113a50-36ae-430b-8d08-81332c49b177.png)

mongo-express 需要等 mongo 启动完成

Added Arm64 jobs in Travis-CI. Signed-off-by: odidev [email protected]

还有一个问题 kie 存在session问题吗? 如果我采用轻量的swarm的方式部署 kie的话,kie实例有三个,会有问题吗?也就是和K8s部署差不多,对面一个node-ip,连过来那样