Hi I have non ending data feed and I want to define a batch on hourly basis i.e. set batch id for all the tuples coming in at particular hour. if I write my custom spout how do I set batch ID / Tx Id
Later the data feed will be consumed from Kafka topic, If I plan to use Kafka Spout again is there a way to batch OR TxID by hour. I have looked at many examples but I am not able to find it. Will appreciate if you can point me to right direction OR any example of custom spout setting batch id I apologize if this is already asked, I tried to look around but found nothing. Thank you in advance Nipun
