The kafka-0-8 and kafka-0-10 integrations have conflicting
dependencies. Last time I checked, Spark's doc publication puts
everything all in one classpath, so publishing them both together
won't work. I thought there was already a Jira ticket related to
this, but a quick look didn't turn it up.
Hello,
Looks like the API docs linked from the Spark Kafka 0.10 Integration page are
not current.
For instance, on the page
https://spark.apache.org/docs/latest/streaming-kafka-0-10-integration.html
the code examples show the new API (i.e. class ConsumerStrategies). However,
followin