zhaojinxin409
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之后好了
应该是这段代码的问题,维护人员可以参考配置复现下 
It's the same problem, thanks😊
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. 
> ```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?