Javadoc for org.apache.kafka.common.requests package

2017-03-15 Thread Afshartous, Nick
Hi, I'm trying to use kafka-clients-0.10.1.0.jar and don't see Javadoc for the classes in package org.apache.kafka.common.requests Am I looking in the right place here https://kafka.apache.org/0100/javadoc/index.html Thanks fo

Re: Low-level Consumer Example (Scala)

2016-04-06 Thread Afshartous, Nick
ht start with 0.10.X first, which is the version I am using now. Thanks, DaVe. David Buschman d...@timeli.io > On Apr 5, 2016, at 1:58 PM, Afshartous, Nick wrote: > > > Hi, > > I'm looking for a complete low-level consumer example. Ideally one in Scala > that continuously consumes from a topic and commits offsets. > > Thanks for any pointers, > > -- > > Nick

Low-level Consumer Example (Scala)

2016-04-05 Thread Afshartous, Nick
Hi, I'm looking for a complete low-level consumer example. Ideally one in Scala that continuously consumes from a topic and commits offsets. Thanks for any pointers, -- Nick