If you are using springcloud feign, you can add the following config in yml. The reason is that default feign client doesn't support gzip decoder.
feign: okhttp: enabled: true