This repository contains the artifacts required to build the event-streams-samples/eventstreams-kafka-connect
Docker image.
This image contains the Kafka Connect runtime and the IBM Cloud Object Storage sink connector and the IBM MQ source connector.
A prebuilt image is provided on Github Packages, you can use the following command to pull the image:
Instructions for running the event-streams-samples/eventstreams-kafka-connect
image in Kubernetes can be found here.
In case you don't want to use the image we provide, you can build an image by completing these steps:
-
Run the
build.sh
script to download and compile the connectors:./build.sh
-
Build the docker image:
docker build .
If you want to use the sample YAML file, be sure to update the image name with your own image name.