testutil

package
v0.30.0 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

func New

func New(network, address string) *Client

New returns a client with a default dialer

func NewWithDialer

func NewWithDialer(dialer *kafka.Dialer, network string, address ...string) *Client

NewWithDialer returns a client with a custom dialer

func (*Client) CreateTopic

func (c *Client) CreateTopic(ctx context.Context, topic string, numPartitions, replicationFactor int) error

func (*Client) ListTopics

func (c *Client) ListTopics(ctx context.Context) ([]TopicPartition, error)

type TopicPartition

type TopicPartition struct {
	Topic     string
	Partition int
}

Jump to

Keyboard shortcuts

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