Maybe I'm misunderstanding, but you can have multiple kafka topics /
streams in a single streaming context.
On Wed, Oct 5, 2016 at 4:13 AM, Hafiz Mujadid wrote:
> Hi,
>
> I am trying to use multiple streaming context in one spark job. I want to
> fetch users data from users topic of Kafka and pur
Hi,
I am trying to use multiple streaming context in one spark job. I want to
fetch users data from users topic of Kafka and purchase data from purchases
topic of Kafka using streaming. Then I want to join the data and perform
some operations on this data. But, I read that spark does not allow
mul