tet123/debezium-connect-rest-extension
Vojtech Juranek e1b65cd6f7 DBZ-5889 Run integration tests in specified order
Run the tests alwyas in thr same order to make it more easy to debug
failures. If needed, the order can be changed (e.g. to `random`) by
overriding propeperty `runOrder`.
2022-12-08 13:00:41 +01:00
..
src DBZ-4303 Removing unnecessary dependency on debezium-core from rest-extension module 2022-11-22 11:10:25 +01:00
pom.xml DBZ-5889 Run integration tests in specified order 2022-12-08 13:00:41 +01:00
README.md DBZ-4028 kcdrestextension -> kcrestextension 2021-10-05 14:18:03 +02:00

Copyright Debezium Authors. Licensed under the Apache License, Version 2.0.

Debezium Kafka Connect REST Extension

Debezium is an open source distributed platform for change data capture (CDC).

This repository contains Debezium-specific extensions to Kafka Connect's REST API.

Setup

  1. Install or mount the Debezium Kafka Connect REST Extension jar into a separate Kafka Connect plugin directory.

    For example with Docker Compose:

    volumes:
     - debezium-kcd-rest-extension-1.0.0.jar:/kafka/connect/dbz-rest-extension/debezium-kcd-rest-extension-1.0.0.jar
  1. Register the REST extension with Kafka Connect:
    environment:
     - CONNECT_REST_EXTENSION_CLASSES=io.debezium.kcrestextension.DebeziumConnectRestExtension

or set rest.extension.classes=io.debezium.kcrestextension.DebeziumConnectRestExtension in your Kafka Connect properties file.

Contribution

This project is under active development, any contributions are very welcome.