This is a sink Kafka Connect connector that sends Kafka records over HTTP.
TBD
The connector supports Java 11 or later. It uses Gradle for building and automating tasks.
To build a distribution:
./gradlew clean check distTar distZip
(check build/distributions/
then).
Integration tests can be run with
./gradlew integrationTest
and require Docker installed.
This project is licensed under the Apache License, Version 2.0.