I am using hazelcast jet to aggreagte(sum) stream of data
Source is kafka where i receive integer and jet stream simply adds each incoming number.
I have few questions 1. When it receives each number along with a it saves the data in IMap, how can i access that snapshot?