kafka

package
v0.0.0-...-a23e254 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// KafkaTopic 指定的主题名
	KafkaTopic = "test-topic"
	// KafkaPatition 指定分区
	KafkaPatition = 0
	// KafkaHost kafka 链接地址
	KafkaHost = "localhost:9092"
)

kafka 的一些配置

Variables

This section is empty.

Functions

This section is empty.

Types

type Kafka

type Kafka struct{}

Kafka 的实体

func (Kafka) Read

func (kf Kafka) Read(f func(jsonStr []byte))

Read 读取队列信息

func (Kafka) Send

func (kf Kafka) Send(key string, value string)

Send 向队列发送消息

Jump to

Keyboard shortcuts

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