kafka

package
v1.0.21 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Key

func Key(key string) broker.PublishOption

Key The partitioning key for this message. Pre-existing Encoders include StringEncoder.

func New

func New(opts ...b.Option) b.Broker

func PublishConfig

func PublishConfig(c *sarama.Config) broker.Option

func SubscribeConfig

func SubscribeConfig(c *sarama.Config) broker.Option

Types

type Kafka

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

func (*Kafka) Address

func (broker *Kafka) Address() string

func (*Kafka) Connect

func (broker *Kafka) Connect() error

func (*Kafka) Disconnect

func (broker *Kafka) Disconnect() error

func (*Kafka) Init

func (broker *Kafka) Init(opts ...b.Option) error

func (*Kafka) Options

func (broker *Kafka) Options() b.Options

func (*Kafka) Publish

func (broker *Kafka) Publish(ctx context.Context, topic string, msg *b.Message, opts ...b.PublishOption) error

func (*Kafka) String

func (broker *Kafka) String() string

func (*Kafka) Subscribe

func (broker *Kafka) Subscribe(topic string, h b.Handler, opts ...b.SubscribeOption) (b.Subscriber, error)

type SendMessageResponse

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

Directories

Path Synopsis
Package otelsarama instruments the github.com/Shopify/sarama package.
Package otelsarama instruments the github.com/Shopify/sarama package.

Jump to

Keyboard shortcuts

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