# Functions
DefaultProducerSaramaConfig creates a default Sarama configuration with idempotency enabled.
New initiates the AsyncProducer/SyncProducer builder chain with the specified Sarama configuration.
# Structs
AsyncProducer is an asynchronous Kafka producer.
Builder definition for creating sync and async producers.
SyncProducer is a synchronous Kafka producer.