/http-connector-for-apache-kafka

Apache Kafka Connect sink connector for HTTP

Primary LanguageJavaApache License 2.0Apache-2.0

Aiven's HTTP Sink Connector for Apache Kafka

HTTP logo

This is a sink Kafka Connect connector that sends Kafka records over HTTP.

TBD

Development

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.

License

This project is licensed under the Apache License, Version 2.0.