We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VertxHttpClientHTTPConduit
If quarkus.cxf.client."client-name".auto-redirect is true, then the whole request body is cached in memory. We should implement a configurable threshold for offloading the data to disk, much like it works for plain CXF: https://cwiki.apache.org/confluence/display/CXF20DOC/Securing+CXF+Services#SecuringCXFServices-Largedatastreamcaching
quarkus.cxf.client."client-name".auto-redirect
true
The text was updated successfully, but these errors were encountered:
Support offloading the request data to disk with VertxHttpClientHTTPC…
9aca68c
…onduit fix quarkiverse#1628
fb13ed9
Successfully merging a pull request may close this issue.
If
quarkus.cxf.client."client-name".auto-redirect
istrue
, then the whole request body is cached in memory. We should implement a configurable threshold for offloading the data to disk, much like it works for plain CXF:https://cwiki.apache.org/confluence/display/CXF20DOC/Securing+CXF+Services#SecuringCXFServices-Largedatastreamcaching
The text was updated successfully, but these errors were encountered: