| Class | Description |
|---|---|
| StrimziKafkaCluster |
A multi-node instance of Kafka and Zookeeper using the latest image from quay.io/strimzi/kafka with the given version.
|
| StrimziKafkaContainer |
StrimziKafkaContainer is a single-node instance of Kafka using the image from quay.io/strimzi/kafka with the
given version.
|
| StrimziZookeeperContainer |
StrimziZookeeperContainer is an instance of the Zookeeper encapsulated inside a docker container using image from
quay.io/strimzi/kafka with the given version.
|
| Exception | Description |
|---|---|
| UnknownKafkaVersionException |
Provides a handler, when
KafkaVersionService.strimziTestContainerImageName(String) does not know the concrete
Kafka version. |
| UnsupportedKraftKafkaVersionException |
Provides a handler, when user specifies unsupported Kafka version with Kraft mode enabled
StrimziKafkaContainer.withKraft(). |
| WaitException |
Extension for RuntimeException used in active waiting @see TestUtils.waitFor(...) method.
|
Copyright © 2022. All rights reserved.