[
https://issues.apache.org/jira/browse/HBASE-28646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HBASE-28646:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> Priority: Major
> Labels: pull-request-available
>
> 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)