Documentation ¶ Index ¶ type Config func (c *Config) Configure(t *testing.T, _ *cfg.Config, _ string) func (c *Config) Send(_ *testing.T) func (c *Config) Validate(_ *testing.T) type Consumer func (c Consumer) Assigned(_ context.Context, _ *kgo.Client, assigned map[string][]int32) func (c Consumer) Lost(_ context.Context, _ *kgo.Client, lost map[string][]int32) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { Brokers []string SslEnabled bool } Config for kafka_auth test func (*Config) Configure ¶ func (c *Config) Configure(t *testing.T, _ *cfg.Config, _ string) func (*Config) Send ¶ func (c *Config) Send(_ *testing.T) func (*Config) Validate ¶ func (c *Config) Validate(_ *testing.T) type Consumer ¶ added in v0.33.2 type Consumer struct{} func (Consumer) Assigned ¶ added in v0.33.2 func (c Consumer) Assigned(_ context.Context, _ *kgo.Client, assigned map[string][]int32) func (Consumer) Lost ¶ added in v0.33.2 func (c Consumer) Lost(_ context.Context, _ *kgo.Client, lost map[string][]int32) Source Files ¶ View all Source files kafka_auth.go Click to show internal directories. Click to hide internal directories.