Quantcast
Channel: Kafka Timeline
Viewing all articles
Browse latest Browse all 1519

Offset backup and restore in Kafka v0.8.2

$
0
0
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?

Viewing all articles
Browse latest Browse all 1519

Trending Articles