Package io.camunda.zeebe.logstreams.storage
package io.camunda.zeebe.logstreams.storage
-
InterfacesClassDescriptionStorage abstraction for the log stream API.An append listener can be added to an append call to be notified of different events that can occur during the append operation.Consumers of LogStorage can use this listener to get notified when new records are committed.The LogStorageReader provides a way to iterate over the blocks that were appended to the log storage via
LogStorage.append(long, long, ByteBuffer, AppendListener).