Skip to main content

Installation

oracdc can be installed from multiple distribution channels.

From Source Code

Clone the repository

git clone https://github.com/averemee-si/oracdc.git
cd oracdc

Build the project

./mvnw clean install -Dgpg.skip

Docker Hub

Pull the latest oracdc Docker image:

docker pull a2solutions/oracdc

See Docker Hub for available tags and configuration options.

Confluent Hub

Install using the Confluent Hub client:

confluent-hub install a2solutions/oracdc-kafka:latest

See Confluent Hub listing for more details.

AWS Marketplace

oracdc is available on AWS Marketplace, optimized for Amazon MSK and AWS Glue Schema Registry:

Maven Central

Add the dependency to your project:

<dependency>
<groupId>solutions.a2.oracle</groupId>
<artifactId>oracdc-kafka</artifactId>
<version>LATEST</version>
</dependency>

See Maven Central for available versions.