Index
All Classes and Interfaces|All Packages
C
- configure() - Method in class org.testcontainers.redpanda.RedpandaContainer
- containerIsStarting(InspectContainerResponse) - Method in class org.testcontainers.redpanda.RedpandaContainer
E
- enableAuthorization() - Method in class org.testcontainers.redpanda.RedpandaContainer
-
Enables authorization.
- enableSasl() - Method in class org.testcontainers.redpanda.RedpandaContainer
-
Enables SASL.
- enableSchemaRegistryHttpBasicAuth() - Method in class org.testcontainers.redpanda.RedpandaContainer
-
Enables Http Basic Auth for Schema Registry.
G
- getAdminAddress() - Method in class org.testcontainers.redpanda.RedpandaContainer
-
Returns the admin address.
- getBootstrapServers() - Method in class org.testcontainers.redpanda.RedpandaContainer
-
Returns the bootstrap servers address.
- getRestProxyAddress() - Method in class org.testcontainers.redpanda.RedpandaContainer
-
Returns the rest proxy address.
- getSchemaRegistryAddress() - Method in class org.testcontainers.redpanda.RedpandaContainer
-
Returns the schema registry address.
O
- org.testcontainers.redpanda - package org.testcontainers.redpanda
R
- RedpandaContainer - Class in org.testcontainers.redpanda
-
Testcontainers implementation for Redpanda.
- RedpandaContainer(String) - Constructor for class org.testcontainers.redpanda.RedpandaContainer
- RedpandaContainer(DockerImageName) - Constructor for class org.testcontainers.redpanda.RedpandaContainer
W
- withListener(String) - Method in class org.testcontainers.redpanda.RedpandaContainer
-
Add a listener in the format
host:port. - withListener(String, Supplier<String>) - Method in class org.testcontainers.redpanda.RedpandaContainer
-
Add a listener in the format
host:portand aSupplierfor the advertised listener. - withListener(Supplier<String>) - Method in class org.testcontainers.redpanda.RedpandaContainer
-
Deprecated.
- withSuperuser(String) - Method in class org.testcontainers.redpanda.RedpandaContainer
-
Register username as a superuser.
All Classes and Interfaces|All Packages
withListener(String, Supplier)instead