Version 0.2.5
Plugin type:
Converter, Transform
Enterprise support:
None
Verification:
None
Author:
Jeremy Custenborder
DocumentationSource code

Kafka Connect JSON Schema Transformations

This project provides a mechanism to marshall data from JSON to a Kafka Connect struct based on a user provided JSON schema. This is accomplished by using the FromJson transformation which will convert data as a transformation.

Installation

Confluent Hub CLI installation

Use the Confluent Hub client to install this connector with:
confluent-hub install jcustenborder/kafka-connect-json-schema:0.2.5
Shared.Button.Copy

Download installation

Or download the ZIP file and extract it into one of the directories that is listed on the Connect worker's plugin.path configuration properties. This must be done on each of the installations where Connect will be run.
By downloading you agree to the terms of use and software license agreement.

Configure an instance of your connector

Once installed, you can then create a connector configuration file with the connector's settings, and deploy that to a Connect worker.See here for more detailed instructions.

Support

Support provided through community involvement.