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.
mvn clean package