Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
We use embedded vertx http server as a light-weight HTTP server to service REST / HTTP services etc.
It enabled file upload to temp disk by default, but this does not work well in containerized apps where access to the local file system is restricted and also limited space.
For example reported by
https://github.com/apache/camel-k-runtime/issues/634
If users want a big HTTP server to deal with large file uploads, then they need to enable this and set a uploads-directory that is in a static well known location.
Attachments
Issue Links
- is related to
-
CAMEL-17951 camel-platform-http-vertx - Make it easier to configure its server options
- Open