Hello,
i have stumbled upon a small problem during my implementation with tumbling windows. I am creating keyed data (key = Integer, value = Integer) with the help of a KafkaProducer and sending it to my input topic [1]. I made sure that the input topic does receive the data and it is possible to process this data in Samza with a simple map function [2]. The problem is, as soon as i attach a tumbling window to the processing in Samza [3], nothing happens. Samza does not process the input and does not create any output. The same map function[2] does not work if i attach it before the window or right after the window. If more information is required, i will gladly provide it. ? Sincerely, Andrej [1] KafkaProducer: [cid:137e107b-6477-4881-b160-83cfa7bf5e8b] [cid:a4d9426c-b1ad-445d-8f2d-741d8497fc84] [2] Map function: [cid:2dc35f05-20ec-49b3-b823-45313e290648] [3] [cid:ccbb4b3a-7a84-442e-972b-629a8e4d2c36]