Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.17 KB

File metadata and controls

29 lines (19 loc) · 1.17 KB

kafka-connect

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:

Running the image in Kubernetes

Instructions for running the event-streams-samples/eventstreams-kafka-connect image in Kubernetes can be found here.

Building the image

In case you don't want to use the image we provide, you can build an image by completing these steps:

  1. Run the build.sh script to download and compile the connectors:

    ./build.sh
  2. 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.