Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.03 KB

File metadata and controls

26 lines (17 loc) · 1.03 KB

kafka-connect

This repository contains the artifacts required to build the ibmcom/eventstreams-kafkaconnect 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 DockerHub: https://hub.docker.com/r/ibmcom/eventstreams-kafkaconnect.

Running the image in Kubernetes

Instructions for running the eventstreams-kafkaconnect 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.