package
0.1.0-alpha.3
Repository: https://github.com/lynxbat/vulcan.git
Documentation: pkg.go.dev

# Functions

NewAckSource creates an instance of AckSource.
NewWriter creates a new instance of Writer.

# Structs

AckSource represents an object that processes SampleGroups received from the Kafka message bus.
AckSourceConfig represents the configuration of an AckSource object.
DefaultConverter represents an oject has encapsulates the default Convert method.
Writer represents an object that encapsulates the behavior of a Kafka producter.
WriterConfig represents the configuration of a Writer object.

# Interfaces

Converter is an interface that wraps the Convert method.