José Armando García Sancio created KAFKA-14810: --------------------------------------------------
Summary: Refactor FileRawSansphotWriter to not reference ReplicateLog Key: KAFKA-14810 URL: https://issues.apache.org/jira/browse/KAFKA-14810 Project: Kafka Issue Type: Task Reporter: José Armando García Sancio Assignee: José Armando García Sancio The current implementation of FileRawSnapshotWriter uses an Optional<ReplicatedLog> to propagate when a new snapshot has been created by the state machine. This abstraction is too strict when writing tests and should be changed to something like Consumer<SnapshotId>. -- This message was sent by Atlassian Jira (v8.20.10#820010)