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

Apache ServiceComb MetaConfig

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

Polling kie got a timeout exception, but do not know if kie has received the request and how long it takes. Recommented kie enable access log. ``` 2021-08-28 15:01:37,678 [ERROR]...

enhancement

Describe the bug 我使用kie打开了服务中心注册,且服务中心开启了rbac,则kie无法正常注册进服务中心,因为http header缺少token,java版 可以通过yaml加入 credentials: rbac: enabled: true account: name: #服务中心支持的用户名 password: #用户名对应的密码 cipher: default #账号密码加解密用的算法实现类 自动支持服务中心rbac注册,但kie使用的go-chassis无法支持,已在参数文件内加入以上配置,仍提示header 不含token Version of go chassis To Reproduce Steps to reproduce the...

bug

场景: 用户关心当前客户端拉取配置的状况。并且帮助定位为何配置没有生效。 需求: 对于所有客户端,需要追踪客户端(记录IP,User-Agent),以及他的拉取条件(比如key,label,revision,wait),返回值(response body,header) 不要记录历史信息,只需要把user agent和ip作为unique id存储,记录他最新的拉取信息即可 collection: polling_detail 列: id,polling date,IP,user agent,url path,response body,response header

1. JAVA客户端当前实现是longpolling+全量拉取 在微服务场景下,一般是针对指定app级别下面所有kv的监听,一旦有一个kv发生变化,服务端就会进行一次全量的推送。 目前方案存在的问题是:如果app级别下面存在的kv数量过多或者过大,在客户端实例数量较多的情况下进行一次全量推送会给客户端和服务端的缓冲区以及内存带来较大压力,对于网络也不友好。 2. 可以考虑客户端在进行请求时header携带increment=true来决定是否进行增量更新模式 如果开启增量模式,kie可以选择在数据发生变化时只推送发生变化的kv。

I am trying to download windows release from [here](http://servicecomb.apache.org/cn/release/kie-downloads/) but got 404

![image](https://user-images.githubusercontent.com/61138963/75603054-c79ada80-5b05-11ea-8a5e-137c038d2709.png) ![image](https://user-images.githubusercontent.com/61138963/75603066-d97c7d80-5b05-11ea-9e44-48ddb868c12d.png) 在不加match=exact应该有2条符合(如图1),加了后有1条符合(如图2)的情况时,加match=exact的时候的返回体里data数组里只有1个元素,这是正确的,但total值却是2,是不加match=exact时查询到的数量

kv记录应当能支持更新label内容 场景: 创建一个key为timeout。 label内容是集群为A,服务名为购物车。但事后希望给这个配置进行变更新增一个label version。 已有功能依然保留: - 创建kv时根据label内容生成唯一的label id并记录到label collection - 更新kv时支持不传入key id,根据key name和label内容查到唯一记录并更新 后台改造点: - 更新kv时,允许传入key id,根据key id,查出已存在key记录,并对label进行覆盖。还需要对这个新的label判断是否需要create一个新的label doc并生成新的label id并更新kv的label id