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 <[email protected]> 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 < > [email protected]> 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/ > > >
