Playground environment to evaluate integration appraches with Kafka.
This repository contains the following integration playgrounds:
-
source-httpcastorm-avro: Kafka Connect - Castorm HTTP Source Connector with Avro
-
source-httpcastorm-json: Kafka Connect - Castorm HTTP Source Connector with JSON
./dc-env.sh platform up -d
Run and play around with any of the integrations, e.g. source-httpcastorm-avro.
./dc-env.sh platform down -v
The Docker images used for Kafka and Kafka Connect are custom builds of the Open Source version of Apache Kafka. The corresponding Dockerfiles are located in the kafka-images GitHub repository.
Detailed information about configuration of these images can be found at:
The configuration is fully compatible with the Confluent Docker images.
The reason why we used the custom images is, that configuration during development is simplified.