package
Version:
v1.3.10
Opens a new window with list of versions in this module.
Published: Jul 2, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 12
Opens a new window with list of known importers.
Documentation
¶
Package simkafka is a toy simulation of a Kafka commit log.
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
Source Files
¶
Click to show internal directories.
Click to hide internal directories.