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