Re: Has anybody successfully integrated Kafka jar for Android app.

2014-07-17 Thread Subodh Nijsure
, 2014 at 10:06 PM, Subodh Nijsure < subodh.nijs...@sigsensetech.com> wrote: > Thanks Philip, I will certainly take a look. > > I had not considered the fact that Kafka doesn't have any > security/authentication mechanism yet, so using some kind of secure gateway > certainl

Re: Has anybody successfully integrated Kafka jar for Android app.

2014-07-16 Thread Subodh Nijsure
> Philip > > > On Wednesday, July 16, 2014 6:33 PM, Steve Robenalt < > sroben...@highwire.org> wrote: > > > > Hi Subodh, > > I would think you'd be better off having an app server of some kind as an > intermediary that accepts messages from you

Re: Has anybody successfully integrated Kafka jar for Android app.

2014-07-16 Thread Subodh Nijsure
erver 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&

Has anybody successfully integrated Kafka jar for Android app.

2014-07-16 Thread Subodh Nijsure
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.