Created 05-12-2021 01:18 PM
Hi Everyone, I collect the data with NiFi to inject in Kafka and then I want to send them to Spark for processing.The data arrive well in kafka but the problem is from kafka to spark. I ran zookeeper server and then kafka server. I need help
Created 05-13-2021 07:24 PM
Hello
Kafka is "pub and sub"
If you plan you to use Spark, you can use Spark to subscribe to the topics and get the message
Here is one example using Spark Streaming
https://docs.cloudera.com/runtime/7.2.8/developing-spark-applications/topics/spark-streaming-example...
Created 05-14-2021 12:42 AM