[infinispan-issues] [JBoss JIRA] (ISPN-6676) Use HTTP2/Upgrade in HotRod server

Sebastian Łaskawiec (JIRA) issues at jboss.org
Tue Aug 16 09:46:00 EDT 2016


    [ https://issues.jboss.org/browse/ISPN-6676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13279720#comment-13279720 ] 

Sebastian Łaskawiec commented on ISPN-6676:
-------------------------------------------

Kubernetes and OpenShift architecture looks like the following:
{noformat}
Client ---the-Internet---> Route ---> Service ---Round-Robin---+--> Pod 1
                                                               +--> Pod 2
                                                               +--> Pod 3
{noformat}
The round robin strategy is the default but we can also use Session Affinity by Client IP. But the main problem is how to get to a certain Pod (the client can calculate the consistent hash, so it knows where to look for data)?

> Use HTTP2/Upgrade in HotRod server
> ----------------------------------
>
>                 Key: ISPN-6676
>                 URL: https://issues.jboss.org/browse/ISPN-6676
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Cloud Integrations
>            Reporter: Sebastian Łaskawiec
>            Assignee: Sebastian Łaskawiec
>              Labels: hackathon
>
> With HTTP2 it is possible to reuse the same TCP connection and switch into custom binary protocol. This would be a perfect way to cooperate with many load balancers including those deployed in the Cloud.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the infinispan-issues mailing list