jcustenborder / kafka-connect-json-schema

Apache License 2.0
14 stars 14 forks source link

Introduction

Documentation

Installation through the Confluent Hub Client

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

From Json transformation

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