Hello everyone. I am migrating an application from Flink to Kafka Streams.
I need to generate weekly windowed aggregations, from Monday to Monday. It does not seem to be possible https://stackoverflow.com/questions/72785744/how-to-apply-an-offset-to-tumbling-window-in-order-to-delay-the-starting-of-win Is it really a fact that it is not supported and there is no workaround? Would it be very complicated to implement? I’d be happy to make a contribution, but I’d need a lot of guidance. Best, Amsterdam