Hello everyone, I need to perform windowed aggregation for weekly interval, from Monday to Monday, using Tumbling Windows.
It does not seem to be supported: https://stackoverflow.com/questions/72785744/how-to-apply-an-offset-to-tumbling-window-in-order-to-delay-the-starting-of-win Can someone help me with a workaround or guidance on how to make a PR adding this feature? I need this to finish a migration from Flink to Kafka Streams in prod. Best, Amsterdam