[
https://issues.jboss.org/browse/ISPN-6676?page=com.atlassian.jira.plugin....
]
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)