Skip to content

Latest commit

 

History

History

docker-kafka-connect

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Kafka Connect Lightstreamer Sink Connector Docker Image

This folder contains the resources required to build a minimal Docker image of Kafka Connect Lightstreamer Sink Connector.

The image is based on the official Official Confluent Docker Base Image for Kafka Connect. Check out the Dockerfile for more details.

Building

Requirements:

  • Java 17
  • Docker

Instructions

  1. Run the following:

    $ ./build.sh

    which will:

    • Create and copy the distribution package to the tmp folder.
    • Build the Docker image.
  2. Check that the image has been created:

    $ docker image ls kafka-connect-lighstreamer-<version>
    
    REPOSITORY                         TAG       IMAGE ID       CREATED          SIZE
    kafka-connect-lighstreamer-1.0.0   latest    417d099deaa8   18 seconds ago   1.75GB

Running in Docker Compose

Check out the quickstart-kafka-connect folder for an example of how to run this image in Docker Compose.