cc
cc
**my question** when I use AddRequestParameter,I use the chinese characher as the value,then the console reports some error However,when I use the non-Chinese characters,it works well. My dependency version as...
## Sentinel结合Gateway是否可以在网关层实现熔断? 我在sentinel加入了对geteway的支持配置,参考文档https://github.com/alibaba/spring-cloud-alibaba/wiki/Sentinel Sentinel-dashboard页面中也确实出现了gateway的控制信息  上图中的流控现象我在控制台配置相关的流控规则之后确实可以进入自定义的错误信息配置即 spring: sentinel: scg: fallback: mode: response response-body: '{"code":403,"mes":"调用路由异常"}' 但是我配置熔断规则之后,发现请求依旧会走入到相关的接口代码中,所以我想问一下这边Sentinel结合Gateway是不是只能在网关层实现流控功能而不能实现熔断功能呢?另外我在sentinel官网上看到Sentinel 支持对 Spring Cloud Gateway、Zuul 等主流的 API Gateway 进行限流,  所以我想确认一下Sentinel结合Gateway是不是不可以在网关层实现熔断
canal-server 1.1.6 canal-adapter 1.1.5(因为之前试过1.1.6也不能增量实时同步,所以降到1.1.5) mysql:8.x server: port: 8081 spring: jackson: date-format: yyyy-MM-dd HH:mm:ss time-zone: GMT+8 default-property-inclusion: non_null canal.conf: mode: tcp batchSize: 500 syncBatchSize: 1000 retries: 30 flatMessage: true consumerProperties: canal.tcp.server.host:...