Hi folks, is it possible / does it make sense to use an Android app as a "Producing client" for Apache Kafka?
Let's say my Android App need to capture and analyse reaction time data. Goal is to collect all data and show the average reaction time in real-time in the App. The alternative is having an app server of some kind as an intermediary that accepts messages from the android app and posts them to Kafka, rather than having the app be a Kafka Producer on its own. See: http://stackoverflow.com/questions/40043532/how-to-use-android-app-as-a-producing-client-for-kafka Best Regards, Artur