GIVEN two windows (ProcessWindowFunction), window A, and window B, AND window A is a tumbling processing time window of 15 minutes AND 200000 records entered window A, and performs its business logic.
How can I assure that Window B will process exactly all the records that left window A within the same window?