Could you give some pointers (or test case perhaps) how to detect that a message was sent successfully to the broker, when sending the data asynchronously?
-----Original Message----- From: Swapnil Ghike [mailto:sgh...@linkedin.com] Sent: Friday, April 19, 2013 10:24 AM To: users@kafka.apache.org Subject: Re: kafka.javaapi.producer.SyncProducer Confusion Hi Samir, In 0.8, we don't have SyncProducer as a public api. You can use kafka.javaapi.producer.Producer to send the data synchronously or asynchronously. The quick start page is outdated, and we plan to update a few pages soon (before the 0.8 BETA release). In fact, we would love to have contribution from the community for updating the website. :) Thanks, Swapnil On 4/18/13 11:30 PM, "Samir Madhavan" <samir.madha...@fluturasolutions.com> wrote: >Hi, > >I'm using kafka-0.8 Snapshot. In the quick start, there is an example >producer code in which SyncProducer class has been mentioned but when I >checked the kafka.javaapi.producer, there is only Producer class and no >SyncProducer or ProducerData class. > >I went through the apache github source code and also the svn trunk >code but these classes are not there. > >In the api documentation of apache kafka site, these classes have been >shown. > >Do these classes still exist or am I going wrong somewhere? > >Regards, >Samir