You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Joe San <co...@gmail.com> on 2016/02/09 15:56:05 UTC

Kafka 0.8.2.0 Conusmer example

Could anyone point me to some sample code where I could get some insights
on how to write a consumer to do the following:

1. poll at regular intervals
2. get a set of messages during each poll operation
3. process the messages, comit the offset

Thanks,
Joe