I am a new beginner in the big data field, I need to make a demo which streams data from Kafka topic using spark stream then make some aggregation and filtering then save this data. I'm using spark 2.3 I need to know which version of spark stream Kafka must use 0.8 or 10 as in spark-2.3 document ->
https://spark.apache.org/docs/2.3.0/streaming-kafka-integration.html mention that
0.8 is deprecated and 10 is stable but in streaming-kafka-0-10-integration ->
https://spark.apache.org/docs/2.3.0/streaming-kafka-0-10-integration.html
mention that 0.8 is stable and 10 is experimental I'm using Kafka 2.1.
so which of them i must use
