I wanted some clarification on the behavior of join streams.

As I believe, the join works per batch. I am reading data from two Kafka
streams and then joining them based on some keys. But what happens if one
stream hasn't produced any data in that batch duration, and the other has
some ? Or lets say, one stream is getting data at a higher rate, and the
other one is not so frequent. How does it behave in such a case ?

Thanks 



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Need-clarification-of-joining-streams-tp4583.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

Reply via email to