The javadoc of the IgniteDataStreamer explicitly states that data order is
not guaranteed.

I’m hoping there’s an exception. If I set allowOverwrite to true, will two
writes (from the same thread) on the same key be processed in order?
Or do I need to write a custom StreamReceiver that checks custom timestamps
on the existing versus the new value?

Reply via email to