Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 706 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 706 Bytes

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