How to use the Android app as a "Producing client" for Kafka?

Is it possible / to use the Android application as a "Producing client" for Apache Kafka?

Let's say my Android application needs to collect and analyze response time data. The goal is to collect all the data and show the average real-time response time in the application.

An alternative is to have a server application as an intermediary that receives messages from the Android application and puts them in Kafka, instead of the application being Kafka Producer on its own.

+4
source share
1 answer

, , .

, . REST API . Kafka, .

Android . , Kafka , Plain Old Java , Android , .

, - . Kafka. , , Kafka , , .

...

+5

Source: https://habr.com/ru/post/1657757/


All Articles