You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by 关锦成 <86...@qq.com.INVALID> on 2022/10/10 10:00:20 UTC

question

Does kafka support Android client?

Re: question

Posted by deng ziming <de...@gmail.com>.
Hello jincheng,
Kafka provides Java Producer/Consumer/Admin public api, so you can access
Kafka if you are using Java to develop an Android App even though it's not
common. for example, you can develop an Android App to get the Kafka
metadata, send bury-point event log to Kafka, however, a better solution is
to do these jobs in a server and you access your server from your App.

--
Best,
Ziming

On Tue, Oct 11, 2022 at 12:41 AM 关锦成 <86...@qq.com.invalid> wrote:

> Does kafka support Android client?