wychoi wrote > hi Ignite team > I am being tested for the data streamer > > But AffinityUuid apply to data streamer > The cache is not saved to the nodes identified by the AffinityUuid (UUID). > > Are there ways that we can apply a particular clustergroup for > datastreamer?
Hi, You can use CacheConfiguration.setNodeFilter() property when creating a cache. Provided predicate should define whether a node should participate in storing data or not. Data streamer acquired for this cache will send data only to these nodes. Let me know if it works for you. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/data-streamer-and-AffinityUuid-tp1318p1322.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
