Hi! I am currently working at a very basic set-up:
Source - Queue - Processor - Queue - Sink
I am trying to track the flow of items (only one type) into a GlobalTable, writing the arrival times for each item (rows) and step (columns) into the table. How can this be done without having to specify an arrival schedule in the source and instead using an inter-arrival time of e.g. 60 minutes? Thank you!