zhaojinxin409

Results 11 comments of zhaojinxin409

Updating: I tried to restart the eventing-controller and the problem still exists. Then i delete the subscriber that can not be found in channel's subscribers list, the problem solved.

结合源码看, 在curl plugin/update时, 应该执行`git clone ${gitUrl} ${dir}`,但是dir直接写./plugin会拉取不下来,同时返回还是success 换了dir之后好了

应该是这段代码的问题,维护人员可以参考配置复现下 ![image](https://user-images.githubusercontent.com/5874804/47075147-78b11580-d22e-11e8-8219-6c52beb966d3.png)

The promblem still occur when i use `regex matcher`, but `equalitiy matcher` works as expected

I tried the latest version(v2.41.0), still not working. ![image](https://user-images.githubusercontent.com/5874804/209649182-38f30dbf-5f77-4469-ab7a-9f0cd89003fb.png)

> ```go > func Handler(ctx *gin.Context) { > var req = new(DatasourceListRequest) > if err := ctx.ShouldBindBodyWith(&req, binding.Uri); err != nil { > log.Println("bind uri error") > } > if...

> Maybe you are right, > > > Maybe we need a `BindUrl` function ? > > Or we can simply let `BindUri` support query binding. Query field is empty...

> > Maybe you are right, > > > Maybe we need a `BindUrl` function ? > > > > > > Or we can simply let `BindUri` support query...

May be the inventory field should be string?