/kafka-connect-json-schema

Primary LanguageJavaApache License 2.0Apache-2.0

Introduction

Documentation

Installation through the Confluent Hub Client

This plugin is used to add additional JSON parsing functionality to Kafka Connect.

The FromJson will read JSON data that is in string on byte form and parse the data to a connect structure based on the JSON schema provided.

Development

Building the source

mvn clean package