Documentation

Java

Community Module

These modules are maintained by the community, outside of the Testcontainers project.

Description

Karapace is a free and open-source replacement for Confluent’s Schema Registry and Apache Kafka REST proxy.

Examples

Dependency:
<dependency>
    <groupId>org.vetronauta</groupId>
    <artifactId>karapace-testcontainers</artifactId>
    <version>0.1.0</version>
    <scope>test</scope>
</dependency>
Usage:
var karapace = KarapaceContainer.builder().karapaceImageName(DockerImageName.parse("aiven-open/karapace:5.0.3")).build();
karapace.start();