You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spark...@googlegroups.com
Hi! I'd suggest Kafka because it's fair easy to fire up. Take a look here: http://kafka.apache.org/07/quickstart.html You can fire up a kafka server in minutes. If it's running, you just have to
implement a seperated producer to send messages
implement a spark streaming app (in scala or java) that subscribes to this kafka topic and will receive these messages
I'm currently researching the same topic for my company, here is my app's skeleton: