I want to join two streams, one as KStream, another as KTable. However, when I send a message to stream, a message to table, then join operation does not occur, when I send a message to stream, join does occur, why is that?
Asked
Active
Viewed 38 times
1
-
Hi, please add the code of Topology, and can you describe how you send messages in these two scenario? KStream-KTable join product output messages only when KTable has the data. – Tuyen Luong Apr 13 '20 at 04:26