Awesome
Kafka Connect HTTP Connector
kafka-connect-http is a Kafka Connector for invoking HTTP APIs with data from Kafka.
See the documentation for how to use this connector.
Development
You can build kafka-connect-http with Maven using the standard lifecycle phases. To build the connector run mvn package
, which will create a jar file in the target
directory that you can use with Kafka Connect.
FAQ
Refer frequently asked questions on Kafka Connect HTTP here - https://github.com/thomaskwscott/kafka-connect-http/wiki/FAQ
Contribute
- Source Code: https://github.com/thomaskwscott/kafka-connect-http
- Issue Tracker: https://github.com/thomaskwscott/kafka-connect-http/issues
License
The project is licensed under the Apache 2 license.