Kafka Producer on Android

后端 未结 2 1625
时光取名叫无心
时光取名叫无心 2021-01-06 02:34

I would like to use an Android client as a Kafka Producer. When I try to send a record to the topic I\'m getting following error:

Didn\'t find class \"java.l

2条回答
  •  爱一瞬间的悲伤
    2021-01-06 02:59

    I'm actually not sure it's possible to use Kafka as a producer on Android (see for instance, this question, not answered at the moment of writing), because of the dependencies involved. So, someone might have ported Kafka to Android but I don't know that.

    I could suggest a simple alternative: REST service that posts data to Kafka, and Android App will just call this service.

提交回复
热议问题