Hi Subodh, I would think you'd be better off having an app server of some kind as an intermediary that accepts messages from your android app and posts them to Kafka for you, rather than having your app be a Kafka Producer on its own.
Steve On Wed, Jul 16, 2014 at 1:22 PM, Subodh Nijsure < subodh.nijs...@sigsensetech.com> wrote: > 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 >