Documentation ¶
Index ¶
- Constants
- type Container
- func (c *Container) Admin(ctx context.Context) (*kadm.Client, error)
- func (c *Container) Broker(ctx context.Context) (string, error)
- func (c *Container) Client(ctx context.Context, opts ...kgo.Opt) (*kgo.Client, error)
- func (c *Container) Properties(ctx context.Context) (map[string]any, error)
- func (c *Container) Stop(ctx context.Context) error
- type Request
- type RequestFn
Constants ¶
View Source
const ( DefaultPort = 9092 DefaultAdminPort = 9644 DefaultVersion = "v23.2.12" ContainerEntrypointFile = "/entrypoint-tc.sh" RedPandaDir = "/etc/redpanda" RedPandaBootstrapConfigFile = ".bootstrap.yaml" RedPandaBConfigFile = "redpanda.yaml" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.