# Functions

NewClient returns a new kafka client.
ParseKafkaURL parses a Kafka URL and returns the relevant components.

# Structs

Client provides access to the streaming capabilities.
Consumer implements the stream.Consumer interface for standardstream.
Producer represents the object that will produce messages to a stream.