# Functions
Append adds a value to the end of a topic, and returns the offset of the added value.
Read returns a value for a topic at a specific offset.
ReadLast returns the latest value for a topic, and its offset.
ReadMultiple reads values for a topic, starting at the given offset, up to the given maximum number of results.
Status reports the current status of the simulated Kafka instance.