1. JDK 17.0.2
  2. Spring Cloud 2021.0.3
  3. Spring cloud openfeign 3.1.3
  4. Maven 3.8.6
  5. intellij idea 2022.2.1

configured this properties

feign.compression.request.enabled=true
feign.compression.request.min-request-size=2048
feign.compression.request.mime-types=text/xml,application/xml,application/json
feign.compression.response.enabled=true

I use openfeign call remote service make the deserialized errors:

iShot_2022-08-31_15 59 03

Comment From: OlgaMaciaszek

Setting these flags only results on headers being added that indicate compressed request/response handling is expected. Please read more on it in this issue.

Comment From: spring-cloud-issues

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.

Comment From: spring-cloud-issues

Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.