sarama

package
v0.9.13 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Addrs []string
	*sarama.Config
}

func (*Config) AfterInject

func (c *Config) AfterInject()

func (*Config) BeforeInject

func (c *Config) BeforeInject()

type Consumer

type Consumer struct {
	sarama.Consumer
	Conf ConsumerConfig
}

func (*Consumer) Close

func (c *Consumer) Close() error

func (*Consumer) Config

func (c *Consumer) Config() any

func (*Consumer) Init

func (c *Consumer) Init() error

type ConsumerConfig

type ConsumerConfig Config

func (*ConsumerConfig) AfterInject

func (c *ConsumerConfig) AfterInject()

func (*ConsumerConfig) BeforeInject

func (c *ConsumerConfig) BeforeInject()

func (*ConsumerConfig) Build

func (c *ConsumerConfig) Build() (sarama.Consumer, error)

type Producer

type Producer struct {
	sarama.SyncProducer
	Conf ProducerConfig
}

func (*Producer) Close

func (p *Producer) Close() error

func (*Producer) Config

func (p *Producer) Config() any

func (*Producer) Init

func (p *Producer) Init() error

type ProducerConfig

type ProducerConfig Config

func (*ProducerConfig) AfterInject

func (c *ProducerConfig) AfterInject()

func (*ProducerConfig) BeforeInject

func (c *ProducerConfig) BeforeInject()

func (*ProducerConfig) Build

func (c *ProducerConfig) Build() (sarama.SyncProducer, error)

Jump to

Keyboard shortcuts

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