Hi,
I implemented window using Stream DSL.But results does get out from the window anytime a new data come. Is there anyway to make result get out from the window just at the end of the size of the window not like this way. In other words, I do need to control the flow of data getting out of the window.I'm only interested in the final result not the intermediate ones. Thanks in advance, Hamza