im pretty new to kafka and i'm wondering if i'm heading in the right direction.
I want to recive Facebook real time update [facebook subscriptions][1] into kafka . To get the data back from Facebook you need to provide URL that you will be receiving the data back. So i figured out the the best way to recive the data is to implement [dropwizard-kafka-http][2] and push the data into kafka , or creating Services with spray and Scala DSL .... - Is it the best way to recive the data or you recomend a better way? thanks, miki [1]: https://developers.facebook.com/docs/graph-api/reference/v2.2/app/subscriptions [2]: https://github.com/stealthly/dropwizard-kafka-http