Unit tests:
mvn test
Package:
mvn package
Create docker network (once until reboot):
./docker/create_network.sh
Start test environment:
KC=true STARTER_MODE=cluster ./docker/startup.sh
Integration tests with standalone Kafka Connect:
mvn clean integration-test -Pstandalone -Darango.endpoints=172.28.0.1:8529,172.28.0.1:8539,172.28.0.1:8549
Integration tests with cluster Kafka Connect:
mvn clean integration-test -Pcluster -Darango.endpoints=172.28.0.1:8529,172.28.0.1:8539,172.28.0.1:8549