Thanks for the tip. I would like to avoid hand rolling any code if
possible. For example, on Android I would like to ask if people are able to
include and use the kafka jars with no problem? And on iOS, if there is a
way to include any C or other relevant code.

On Mon, Oct 20, 2014 at 8:49 AM, Harsha <ka...@harsha.io> wrote:

>
> Hi Josh,
>          Why not have Rest api service running where you post messages
>          from your mobile clients. Rest api can run kafka producers
>          accepting these messages pushing it into kafka brokers.  Here
>          is an example where we did similar service for kafka
>          https://github.com/mozilla-metrics/bagheera . This project used
>          kafka 0.7 but you can see how its implemented. Hope that helps.
> -Harsha
> On Mon, Oct 20, 2014, at 08:45 AM, Josh J wrote:
> > hi
> >
> > Is it possible to have iOS and android to run the code needed for Kafka
> > producers ? I want to have mobile clients connect to Kafka broker
> >
> > Thanks,
> > Josh
>

Reply via email to