Re: Stream processing via Kafka using Android

2016-11-07 Thread Fabian Hueske
Hi Artur, I'm not sure if Flink is the best tool to write data from Android Apps to Kafka. Flink would be a good choice to process such data by reading it from Kafka. I would reach out to the Kafka user list and seek for advice there. Best, Fabian Btw. The Apache dev@ mailing lists are meant to

Stream processing via Kafka using Android

2016-11-05 Thread lido . flink
Hi folks, has someone tried out to use Android Apps as a “Producing client” for Kafka? Let's say my Android App produces some messages to be put in a Flink DataStream. The alternative is having an app server of some kind as an intermediary that accepts messages from the android app and posts the