[
https://issues.apache.org/jira/browse/SOLR-6699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14347845#comment-14347845
]
Harsh Prasad commented on SOLR-6699:
------------------------------------
Yeah, i read that too. SPDY was supposed to eventually be proposed as HTTP2,
but the timeline was not clear before. I have been busy with my own work for
quite some time and have not been able to look at changes required for HTTP2. I
was planning to use Jetty Client with HTTP2 support for this purpose. Waiting
for Jetty 9.3 myself. To use jetty 9.3 inside solrj, I think some existing
implementations might have to be changed too.
The only thing that I am not sure about is the speed and reliability of the
Jetty Client as compared to Apache HttpClient.
> To enable SPDY in a SolrCloud setup
> -----------------------------------
>
> Key: SOLR-6699
> URL: https://issues.apache.org/jira/browse/SOLR-6699
> Project: Solr
> Issue Type: Improvement
> Reporter: Harsh Prasad
> Attachments: SOLR-6699.patch, SOLR-6699.patch
>
>
> Solr has lot of inter node communication happening during distributed
> searching or indexing. Benefits of SPDY is as follows:
> -Multiple requests can be sent in parallel (multiplexing) and responses can
> be received out of order.
> -Headers are compressed and optimized.
> This implementation will be using clear-text spdy and not the usual TLS layer
> spdy.
> This patch is contributed by Yahoo! Japan.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]