Will spark streaming compatible with kafka versions above 0.8.2.1? Is writing custom receiver the only option to make spark streaming use kafka version above 0.9?
Asked
Active
Viewed 326 times
1 Answers
0
I just added the "inter.broker.protocol.version=CURRENT_KAFKA_VERSION (e.g. 0.8.2 or 0.9.0.0)" in server.properties file. That will make the old 0.8.2.1 consumer to receive the data from new versions of kafka brokers.

pavan k
- 11
- 1