"Real time streaming should not go through network io all the time." - can you please clarify what exactly you mean by this? For which operations do you want to avoid io? What is the actual use case scenario? Please describe it in more detail.
Ignite always sends request only to primary node for a key, never to all nodes. It does not depend on whether value exists or not. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Client-near-cache-with-Apache-Flink-tp11627p11843.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
