Description
Kafka 0.9 already released and it introduce new consumer API that not compatible with old one. So, I added new consumer api. I made separate classes in package org.apache.spark.streaming.kafka.v09 with changed API. I didn't remove old classes for more backward compatibility. User will not need to change his old spark applications when he uprgade to new Spark version.
Please rewiew my changes
Attachments
Issue Links
- is blocked by
-
SPARK-13252 Bump up Kafka to 0.9.0.0
- Resolved
- is duplicated by
-
SPARK-15089 kafka-spark consumer with SSL problem
- Resolved
- relates to
-
SPARK-13252 Bump up Kafka to 0.9.0.0
- Resolved
- links to