Hello all, after having applied several transformations to a DStream I'd like to publish all the elements in all the resulting RDDs to Kafka. What the best way to do that would be? Just using DStream.foreach and then RDD.foreach ? Is there any other built in utility for this use case?
Thanks a lot, Max -- ------------------------------------------------ Massimiliano Tomassi ------------------------------------------------ e-mail: [email protected] ------------------------------------------------
