Kafka Connect connectors for testing in the Strimzi project. Testing Kafka Connect integration in Strimzi requires connectors whose behavior can be controlled without depending on external systems. These connectors provide that, allowing tests to verify how the operator and Connect runtime handle various scenarios.
The connector JARs are pre-installed in the strimzi/test-container-images and used via strimzi-test-container.
- Create a new Maven module and add it to
<modules>in the rootpom.xml. - Add the module as a
<dependency>indistribution/pom.xmland as a<dependencySet>indistribution/src/main/assembly/distribution.xmlso it is included in release archives.
Strimzi Test Connectors is licensed under the Apache License, Version 2.0.