Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WrapperKafka ¶
type WrapperKafka struct {
// contains filtered or unexported fields
}
Wrapper type
func NewWrapperKafka ¶
func NewWrapperKafka() (*WrapperKafka, error)
Creates a new kafka wrapper with both consumer and producer
func NewWrapperKafkaConsumer ¶
func NewWrapperKafkaConsumer(server, groupId, autoOffsetReset string) (*WrapperKafka, error)
Creates a new kafka wrapper with consumer
func NewWrapperKafkaProducer ¶
func NewWrapperKafkaProducer() (*WrapperKafka, error)
Creates a new kafka wrapper with producer
Click to show internal directories.
Click to hide internal directories.