jackdaw

https://github.com/FundingCircle/jackdaw
abdullahibra 2020-07-08T11:58:34.086900Z

hi everyone,

abdullahibra 2020-07-08T11:58:54.087300Z

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

2020-07-08T15:05:49.087700Z

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

2020-07-08T15:06:21.088300Z

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

2020-07-08T15:07:12.089100Z

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