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.
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