Using the KPL with the Amazon Glue Schema Registry - Amazon Kinesis Data Streams
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Using the KPL with the Amazon Glue Schema Registry

You can integrate your Kinesis data streams with the Amazon Glue schema registry. The Amazon Glue schema registry allows you to centrally discover, control, and evolve schemas, while ensuring data produced is continuously validated by a registered schema. A schema defines the structure and format of a data record. A schema is a versioned specification for reliable data publication, consumption, or storage. The Amazon Glue Schema Registry enables you to improve end-to-end data quality and data governance within your streaming applications. For more information, see Amazon Glue Schema Registry. One of the ways to set up this integration is through the KPL and Kinesis Client Library (KCL) libraries in Java.

Important

Currently, Kinesis Data Streams and Amazon Glue schema registry integration is only supported for the Kinesis data streams that use KPL producers implemented in Java. Multi-language support is not provided.

For detailed instructions on how to set up integration of Kinesis Data Streams with Schema Registry using the KPL, see the "Interacting with Data Using the KPL/KCL Libraries" section in Use Case: Integrating Amazon Kinesis Data Streams with the Amazon Glue Schema Registry.