I'm using materialized KTable to use for left join with my KStream(while the stream is the left side).
However, it seem to process immediately, without waiting for the current version of the KTable to load..
I have a lot of values in my source topic for the KTable and when I start the application, a lot of joins fail(well, not really since it is a left join).
Can I make it start in delay so it would wait for the initial topic load?