Hello,
I am trying to make my Android application to be the producer of messages
that get sent to Kafka server.
I am trying to compile my android code using following libraries -
kafka_2.9.2-0.8.1.1.jar, scala-library-2.9.2.jar
However I am running into issue where it produces too many methods.
So the question:
Has anyone been successful in sending messages form Android application to
server. If I want to trim the libraries should I be just compiling source
myself or is there and/or any other alternative I should look at to get my
android app to send message to Kafka server.
-Subodh
I am trying to make my Android application to be the producer of messages
that get sent to Kafka server.
I am trying to compile my android code using following libraries -
kafka_2.9.2-0.8.1.1.jar, scala-library-2.9.2.jar
However I am running into issue where it produces too many methods.
So the question:
Has anyone been successful in sending messages form Android application to
server. If I want to trim the libraries should I be just compiling source
myself or is there and/or any other alternative I should look at to get my
android app to send message to Kafka server.
-Subodh