Istvan Toth created HBASE-28646:
-----------------------------------
Summary: Use Streams to unmarshall protobuf REST data
Key: HBASE-28646
URL: https://issues.apache.org/jira/browse/HBASE-28646
Project: HBase
Issue Type: Improvement
Components: REST
Reporter: Istvan Toth
We've recently optimized REST marshalling by using streams directly.
We should do the same for unmarshalling.
The easy part is the server side, as that affects only a small set files.
However, we should also support streams on the client side, which requires
duplicating each method the returns / expects a byte array to also work with
streams.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)