Skip to content

jcustenborder/kafka-connect-json-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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