Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
27.94k
stars
8.33k
forks
source link
spring cloud feign 使用sentinel 开起压缩,请求数据不自动解压,使用feign hystrix 可以获取结果自动解压 #1841
Open
lovo1 opened 3 years ago
使用hystrix 压缩时,获取请求结果会自动解压,替换成sentinel 后,获取feign 调用结果,不自动解压 原hystrix 配置
` feign: hystrix: enabled: true compression: request:
`
使用sentinel 后配置
` feign: sentinel: enabled: true compression: request:
`