Re: Get data from old offsets

2017-07-20 Thread Matthias J. Sax
Did you try setting `auto.offset.reset` to "earliest" ? -Matthias On 7/18/17 8:44 PM, Yuri da Costa Gouveia wrote: > Hello, > I am having trouble to get the data from old offsets. I'm using the version > 0.10.2.1, and I need any assistance to recover this data. > This is my consumer class: > >

Get data from old offsets

2017-07-18 Thread Yuri da Costa Gouveia
Hello, I am having trouble to get the data from old offsets. I'm using the version 0.10.2.1, and I need any assistance to recover this data. This is my consumer class: String topicName = "test"; Properties props = new Properties(); props.put("bootstrap.servers", "localhost:9092");

Get data from old offsets

2017-07-18 Thread Yuri da Costa Gouveia
Hello, I am having trouble to get the data from old offsets. I'm using the version 0.10.2.1, and I need any assistance to recover this data. This is my consumer class: String topicName = "test"; Properties props = new Properties(); props.put("bootstrap.servers", "localhost:9092");