We currently checkpoint partition offsets from ZK into an external
database, and we have a process for restoring those offsets to ZK in case
we ever need to replay data from Kafka.

Since offsets are now stored on the broker, the ConsumerOffsetChecker no
longer works. Is there a new way (tool) to dump and restore offsets now
that offsets are stored on the brokers themselves?

Reply via email to