Jason Gustafson created KAFKA-12461: ---------------------------------------
Summary: Extend LogManager to cover the metadata topic Key: KAFKA-12461 URL: https://issues.apache.org/jira/browse/KAFKA-12461 Project: Kafka Issue Type: Sub-task Reporter: Jason Gustafson The `@metadata` topic is not managed by `LogManager` since it uses a new snapshot-based retention policy. This means that it is not covered by the recovery and high watermark checkpoints. It would be useful to fix this. We can either extend `LogManager` so that it is aware of the snapshotting semantics implemented by the `@metadata` topic, or we can create something like a `RaftLogManager`. -- This message was sent by Atlassian Jira (v8.3.4#803005)