Yoav-Shafir / Kafka-Connect

Kafka Connect custom connectors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to your new Kafka Connect connector!

Running in development

The docker-compose.yml that is included in this repository is based on the Confluent Platform Docker images. Take a look at the quickstart for the Docker images.

The hostname confluent must be resolvable by your host. You will need to determine the ip address of your docker-machine using docker-machine ip confluent and add this to your /etc/hosts file. For example if docker-machine ip confluent returns 192.168.99.100 add this:

192.168.99.100  confluent
docker-compose up -d

Start the connector with debugging enabled.

./bin/debug.sh

Start the connector with debugging enabled. This will wait for a debugger to attach.

export SUSPEND='y'
./bin/debug.sh

About

Kafka Connect custom connectors


Languages

Language:Java 100.0%