producer

package
v0.0.0-...-485a10e Latest Latest
Warning

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

Go to latest
Published: May 26, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Producer

type Producer interface {
	SendMessage(ctx context.Context, message *codec.MQMessage, partition int32) error
	SyncBroadcastMessage(ctx context.Context, message *codec.MQMessage) error
	Flush(ctx context.Context) error
	GetPartitionNum() int32
	Close() error
}

Producer is a interface of mq producer

Directories

Path Synopsis
Package pulsar provider a pulsar based mq Producer implementation.
Package pulsar provider a pulsar based mq Producer implementation.

Jump to

Keyboard shortcuts

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