RE: Re: How best to push continuously updating ordered data on Apache ignite cache

2020-01-21 Thread trans
Thanks to both of you. Put does not seem to be good enough option. even at client 2 i look for the counter but cache may have old data. For example two threads in parallel processed same key and counter 2 came first and 1 came later into the cache. client 2 here may skip the update came with cou

RE: Re: How best to push continuously updating ordered data on Apache ignite cache

2020-01-20 Thread Alexandr Shapkin
Hello! You could take a look at putAll method that sends all updates to the server right away. > *What is best way out of above to push continuously updating data like> market data?*For me it seems that the DataStreamer is more suitable for continuous data processing where you are not interested in