If I have partitioned region and I did putAll several thousands of objects. Does it mean that Cache Listener will fire several thousands times (split to number of server nodes)?
I assume it will. Is there any workaround, or I should be careful with CacheListener ...
I'm trying to mimick some type of batch processing, so thousands of raw records are inserted into partition region (to split the workload) and then each nodes will read raw data, do transformation processing and insert processed data back. Anybody had similar scenario - my idea is to instead of inserting individual raw records grouping them in several chunks...
Jack