Fork me on GitHub
#jackdaw
<
2020-06-17
>
dharrigan10:06:20

Say you have a consumer assigned to a parition and the consumer crashes, but the offset of the partition moves on (as data is being feed into the topic). If the consumer restarts, then seek to end will skip past all the messages that have been received in the meantime

dharrigan10:06:45

How do you, in Jackdaw, say, go back to the current offset of the consumer group and resume from there?

cddr10:06:35

If you don't seek then by default the consumer will start at the last committed offset.

dharrigan10:06:16

ah right, so if seek is not defined, then it'll resume.

dharrigan10:06:20

mucho gracious!

dharrigan10:06:10

perfect - working! thanks @cddr! 🙂

💥 3