An open API service indexing awesome lists of open source software.

https://github.com/thake/logminer-kafka-connect-image

Docker build for a Kafka connect docker image with logminer-kafka-connect installed
https://github.com/thake/logminer-kafka-connect-image

Last synced: 3 months ago
JSON representation

Docker build for a Kafka connect docker image with logminer-kafka-connect installed

Awesome Lists containing this project

README

          

# Logminer Kafka connect Docker image

This repository contains the Dockerfile for a docker image containing a Confluent Kafka
Connect installation with [logminer-kafka-connect](https://github.com/thake/logminer-kafka-connect) connector installed.

The docker image does NOT contain the required oracle jdbc drivers because of license issues. This image can not be used as it is. You can only use this docker image as a base layer for your custom
docker image that includes the oracle jdbc driver.

You'll find an example docker file at [Dockerfile-Derived](Dockerfile-Derived). This Dockerfile leverages this image to make a runnable
docker image of the logminer kafka connect component.