I wanted to merge two KStreams one of them is a windowed stream and another one is of type <String, Integer>, what is the preferred way of merging them.
One way I thought was to run a map phase and create a windowed instance based on system.currentmillis. -Sameer.