# Packages
Asyncproducer is a simple command line tool for sending messages to Kafka using an asynchronous Kafka producer.
Consumer is a simple command line tool for consuming a Kafka topic and printing the received messages to the stdout.
Mux is a simple command line tool demonstrating the usage of Kafka multiplexer API.
Syncproducer is simple command line tool for sending messages to Kafka using a synchronous Kafka producer.
Package utils implements various tools used in examples for Kafka library.