sky-uk/kafka-message-scheduler

Stop committing offsets

lacarvalho91 opened this issue · 0 comments

Instead of committing offsets in the reader stream and reloading up until its last committed offset on startup, it can go back to not committing offsets and then just load the full topic on startup - since it schedules everything after it has loaded stuff anyway. Topic loader supports loading all from a topic already.