Ryan Emerson created ISPN-12145:
-----------------------------------
Summary: REST Support chunked transfer encoding
Key: ISPN-12145
URL:
https://issues.redhat.com/browse/ISPN-12145
Project: Infinispan
Issue Type: Enhancement
Components: REST
Affects Versions: 11.0.1.Final
Reporter: Ryan Emerson
Fix For: 12.0.0.Final
Currenty our rest endpoints only support uploading and downloading resources as a single
payload. This does not scale well as the payload increases. To facilitate the
uploading/downloading of larger files we should provide support for [chunked transfer
encoding|https://en.wikipedia.org/wiki/Chunked_transfer_encoding].
The main motivator for this feature is the BackupManager that requires the
uploading/downloading of ponitally very large ( GBs) zip files.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)