KafkaStream and MessageAndOffset are Scala classes, so you'll find them
under the scaladocs. The ConsumerConnector interface should show up in
the javadocs with good documentation coverage. Some classes like
MessageAndOffset are so simple (just compositions of other data) that
they aren't going to have any docs associated with them.

On Thu, Oct 16, 2014, at 08:03 AM, 4mayank wrote:
> Thanks Joseph. I built the javadoc but its incomplete.
> Where can I find the code itself for classes like KafkaStream,
> MessageAndOffset, CosumerConnector etc?
> 
> On Wed, Oct 15, 2014 at 11:10 AM, Joseph Lawson <jlaw...@roomkey.com>
> wrote:
> 
> > You probably have to build your own right now.  Check out
> > https://github.com/apache/kafka#building-javadocs-and-scaladocs
> > ________________________________________
> > From: 4mayank <4may...@gmail.com>
> > Sent: Wednesday, October 15, 2014 11:38 AM
> > To: users@kafka.apache.org
> > Subject: java api code and javadoc
> >
> > Hi
> >
> > I downloaded kafka 0.8.1.1 src and went through some documentation and
> > wikis, but could not find any documentation (javadoc or other) on the java
> > API - info on classes like SimpleConsumer, MessageAndOffset etc. Nor could
> > I locate the source code (.java). I see only scala files.
> >
> > Can anyone provide info on where I can find doc to get list of attributes,
> > methods, signatures etc?
> >
> > Thanks.
> > -Mayank.
> >

Reply via email to