Fork me on GitHub
#jackdaw
<
2020-07-08
>
abdullahibra11:07:54

why my streaming app after each restart it start over reprocessing the data ?

noisesmith15:07:49

are you using the same consumer group id on each run?

noisesmith15:07:21

you can inspect the underlying infrastructure by asking kafka for its consumer offsets, and looking at your consumer id

noisesmith15:07:12

if you run your app, you should see your consumer's offset increment, and it should be reused the next time you run and only go up