Better API/Javadocs?

2015-10-11 Thread Andrew Pennebaker
Will Kafka v0.9 publish official javadocs for the entire API? In 0.8, javadocs appear rather sparse. It's hard to find a javadoc that documents both Consumers and Producers. Also, will future versions of Kafka have more intuitive serializer/deserializer interfaces? E.g., if a Producer can

Re: Better API/Javadocs?

2015-10-11 Thread Ewen Cheslack-Postava
On Javadocs, both new clients (producer and consumer) have very thorough documentation in the javadocs. 0.9.0.0 will be the first release with the new consumer. On deserialization, the new consumer lets you specify deserializers just like you do for the new producer. But the old consumer supports