]
Pedro Ruivo updated ISPN-5611:
------------------------------
Status: Open (was: New)
Make the remote iterator to respect the RequestBalancingStrategy in
the Hot Rod client
--------------------------------------------------------------------------------------
Key: ISPN-5611
URL:
https://issues.jboss.org/browse/ISPN-5611
Project: Infinispan
Issue Type: Enhancement
Components: Remote Protocols
Affects Versions: 8.0.0.Beta1
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 8.0.0.Beta2
Currently the initial server that will hold the iteration state is automatically chosen
based on segment ownership. If data location is known beforehand, it's more efficient
to hint the iteration to start on a certain node.
The {{FailoverRequestBalancingStrategy}} is a mechanism in place to do that.