high level consumer not working

2014-06-22 Thread Li Li
hi all, I am reading the book "apache kafka" and write a simple producer and consumer class. the producer works but the consumer hangs. The producer class: public static void main(String[] args) { String topic="test-topic"; Properties props = new Properties(); props.put("metadata.

Re: high level consumer not working

2014-06-23 Thread Li Li
t > > auto.offset.reset="smallest" > > and try again. > > Guozhang > > > On Sun, Jun 22, 2014 at 9:10 PM, Li Li wrote: > >> hi all, >>I am reading the book "apache kafka" and write a simple producer >> and consumer class. the pr