# Functions
NewFormatterPrinter returns a new instance of a printer that supports formatting similar to kafkacat's.
# Structs
FormattedPrinter is a printer that knows how to parse the Kafkacat's format spec.
Msg is the successfully consumed Kafka message with some metadata for it.
# Interfaces
Printer is the interface that knows how to print different results of a kafka consumer.