[
https://issues.apache.org/jira/browse/HDFS-8671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Duo Zhang updated HDFS-8671:
----------------------------
Attachment: HDFS-8671-v0.patch
Add client support for {{Http2StreamChannel}}. Introduce a Http2DataReceiver to
read HTTP/2 response with InputStream.
> Add client support for HTTP/2 stream channels
> ---------------------------------------------
>
> Key: HDFS-8671
> URL: https://issues.apache.org/jira/browse/HDFS-8671
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Reporter: Duo Zhang
> Fix For: HDFS-7966
>
> Attachments: HDFS-8671-v0.patch
>
>
> {{Http2StreamChannel}} is introduced in HDFS-8515 but can only be used at
> server side.
> Now we implement Http2BlockReader using jetty http2-client in the POC branch,
> but the final version of jetty 9.3.0 only accepts java8.
> So here we plan to extend the functions of {{Http2StreamChannel}} to support
> client side usage and then implement Http2BlockReader based on it. And we
> still use jetty http2-client to write testcases to ensure that our http2
> implementation is valid.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)