jackdaw

https://github.com/FundingCircle/jackdaw
jeremy 2019-02-01T02:08:13.027400Z

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?

jeremy 2019-02-01T02:10:51.028Z

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

2019-02-01T16:14:15.029600Z

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

jeremy 2019-02-01T16:51:32.030200Z

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.