kafka

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewProducer

func NewProducer()

Types

type Consumer

type Consumer struct {
}

type ConsumerOptions

type ConsumerOptions struct {
}

type Meta

type Meta struct {
	// contains filtered or unexported fields
}

type Producer

type Producer struct {
	// contains filtered or unexported fields
}

type ProducerGroup

type ProducerGroup struct {
	Lite *ProducerLite
	Std  *ProducerStd
	Pro  *ProducerPro
}

type ProducerLite

type ProducerLite struct {
}

低一致性:

type ProducerOptions

type ProducerOptions struct {
	// meta
	Meta *sarama.Config

	Group     string
	Topic     string
	Key       string
	Secret    string
	Batch     int64
	Cluster   string
	CreatedAt string
	// contains filtered or unexported fields
}

type ProducerPro

type ProducerPro struct {
}

高一致性:

type ProducerStd

type ProducerStd struct {
}

常规:

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL