You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.
Hello.
I noticed that the divolteStream uses createStream method of KafkaUtils to establish a stream, however since Spark 1.3 it is recomended to use DirectStream API (createDirectStream) to read data from Kafka. Do you have any plan to re-implement divolteStream using this API?
The text was updated successfully, but these errors were encountered:
These examples really need a good polish: although the general strategies are roughly right, the implementation details have changed significantly. In particular, the Spark project has evolved considerably since the examples were written:
Hello.
I noticed that the
divolteStream
usescreateStream
method ofKafkaUtils
to establish a stream, however since Spark 1.3 it is recomended to use DirectStream API (createDirectStream
) to read data from Kafka. Do you have any plan to re-implementdivolteStream
using this API?The text was updated successfully, but these errors were encountered: