HeartSaVioR / spark-sql-kafka-offset-committer

Kafka offset committer for structured streaming query

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can sparkstreaming use this assembly

stupidxian opened this issue · comments

I use “spark-streaming-kafka-0-10_2.12” to read from kafka.
It seems that it can only used by Structured Streaming.
Can sparkstreaming use this assembly? It doesn't matter if it's not possible, I'll take some time to change my code using Structured Streaming.

image

image

Sorry it doesn't support DStream; that's why I add "spark-sql" in the project name. Please convert your code to Structured Streaming. Thanks!