InterviewSolution
Saved Bookmarks
| 1. |
Maven dependencies needed for Kafka? Below maven dependency is enough to configure the Kafka ecosystem in the application |
|
Answer» groupId = org.apache.spark artifactId = spark-streaming-kafka-0-10_2.11 VERSION = 2.2.0 groupId = org.apache.ZOOKEEPER artifactId = zookeeper version=3.4.5 This dependency comes with CHILD dependency which will DOWNLOAD and add to the application as a PART of parent dependency. |
|