Hi, I'm trying out Kafka for a Java-centric project, and to that end I have downloaded the 0.8.2 source. I find both the kafka.javaapi.* classes (in the core project) and the org.apache.kafka.clients.* classes (in the clients project). I need to use the low-level API, and that seems do-able with both approaches.
My question is: which is better to proceed with? My code will be around for a while, so I would like there to be as little impact as possible when version 0.9 hits the stores. Regards, Ole Hedegaard