Exactly.

Our C++ producers simply stream bytes to 0.72 Kafka, following Kafka's
byte-level message spec. Our Java-based Consumers just read bytes and use
the standard IO libraries to deserialize the data.

Philip


On Fri, Jan 31, 2014 at 2:38 PM, Tom Brown <tombrow...@gmail.com> wrote:

> The C++ program writes bytes to kafka, and java reads bytes from kafka.
>
> Is there something special about the way the messages are being serialized
> in C++?
>
> --Tom
>
>
> On Fri, Jan 31, 2014 at 2:36 PM, Philip O'Toole <phi...@loggly.com> wrote:
>
> > Is this a Kafka C++ lib you wrote yourself, or some open-source library?
> > What version of Kafka?
> >
> > Philip
> >
> >
> > On Fri, Jan 31, 2014 at 1:30 PM, Otis Gospodnetic <
> > otis.gospodne...@gmail.com> wrote:
> >
> > > Hi,
> > >
> > > If Kafka Producer is using a C++ Kafka lib to produce messages, how can
> > > Kafka Consumers written in Java deserialize them?
> > >
> > > Thanks,
> > > Otis
> > > --
> > > Performance Monitoring * Log Analytics * Search Analytics
> > > Solr & Elasticsearch Support * http://sematext.com/
> > >
> >
>

Reply via email to