quarkus: HTTP Compression not working with quarkus-amazon-lambda-rest dependency

Describe the bug

No http compression happening in my rest api if I add quarkus-amazon-lambda-rest maven dependency.

Expected behavior

Http compression should occur

Actual behavior

No response

How to Reproduce?

Reproduce :

gzip-reactive.zip

  1. mvn clean compile quarkus:dev
  2. open a browser
  3. open devtools / network tab
  4. visit http://localhost:8080/hello/2 in devtools, you can see that no compression used for the response

Output of uname -a or ver

Microsoft Windows [Version 10]

Output of java -version

OpenJDK Runtime Environment Temurin-17.0.5

GraalVM version (if different from Java)

No response

Quarkus version or git rev

3.1.2.Final

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

I have followed this link https://quarkus.io/guides/resteasy-reactive#http-compression

About this issue

  • Original URL
  • State: open
  • Created a year ago
  • Comments: 31 (14 by maintainers)

Most upvoted comments

I think what @Serkan80 was saying that the problem manifests without Amazon Lambda

I see, we’ll need a dedicated reproducer then…