]
Vittorio Rigamonti updated ISPN-6172:
-------------------------------------
Fix Version/s: 9.0.0.Alpha2
(was: 9.0.0.Alpha1)
Drop getBulk and getBulkKeys from Hot Rod protocol
--------------------------------------------------
Key: ISPN-6172
URL:
https://issues.jboss.org/browse/ISPN-6172
Project: Infinispan
Issue Type: Task
Reporter: Tristan Tarrant
Assignee: Galder ZamarreƱo
Fix For: 9.0.0.Alpha2
Drop getBulk and getBulkKeys from Hot Rod protocol. The same could be achieved with the
iterator operation, plus values()/entries, not currently implemented by RemoteCache, could
be implemented in terms of iterator as well.