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 :
- mvn clean compile quarkus:dev
- open a browser
- open devtools / network tab
- 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)
I see, we’ll need a dedicated reproducer then…