[ 
https://issues.apache.org/jira/browse/SOLR-6699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14347219#comment-14347219
 ] 

Shalin Shekhar Mangar commented on SOLR-6699:
---------------------------------------------

Yes, if we decide to go async with Jetty, it will likely be with HTTP/2. We'll 
have to wait for Jetty 9.3 for that. Jetty does have a client which can use 
inside Solrj. See 
https://github.com/eclipse/jetty.project/blob/jetty-http2/jetty-http2/http2-client/src/test/java/org/eclipse/jetty/http2/client/Client.java
 and https://webtide.com/http2-draft-14-is-live/

> 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]

Reply via email to