conduit

Stream data between data stores without JVM overhead

brewmacoslinux
Try with needOr install directly
Source

About

Streams data between data stores. Kafka Connect replacement. No JVM required

Commands

conduit

Examples

Start the Conduit server with default configuration$ conduit server
Create a new pipeline connecting Kafka to PostgreSQL$ conduit pipeline create --source kafka --destination postgres --name my-pipeline
List all active pipelines and their status$ conduit pipeline list