package
1.4.2
Repository: https://github.com/nats-io/nats-kafka.git
Documentation: pkg.go.dev

# Functions

IsTopicExist returns whether an error is caused by a topic already existing.
NewConsumer returns a new Kafka Consumer.
NewErroredProducer returns a Producer that fails when any methods are called.
NewLeastBytesPartitioner function takes topic as an argument, but it is not used.
NewManager returns a Kafka Manager.
NewProducer returns a new Kafka Producer.

# Variables

No description provided by the author
No description provided by the author

# Structs

Message represents a Kafka message.
No description provided by the author

# Interfaces

Consumer represents a Kafka Consumer.
Manager represents an object that can manage Kafka Producers and Consumers.
Producer represents a Kafka producer.