Fork me on GitHub
#jackdaw
<
2019-02-01
>
jeremy02:02:13

Does anyone know if you can set consumer.auto.offset.reset on the stream to always start from the earliest irrespective of the current application group offset?

jeremy02:02:51

I’m thinking no since the group is already set. Might need to connect using a consumer client to seek to beginning first.

cddr16:02:15

I believe that setting only kicks in when there are no offsets. However I think there's another setting that tells the consumer to not log offsets at all if you don't mind always starting from the beginning

jeremy16:02:32

I’ll check for that one. I quickly just set up another consumer to reset it before starting the stream but that would be a little cleaner for this tool that rips through a topic.