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:
>
>
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");
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");