Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.02 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.02 KB

Glue Schema Registry serde for kafka-ui

This is pluggable serde implementation for kafka-ui.

You can read about Glue Schema registry and how it can be applied for Kafka usage.

Currently, this serde only supports Deserialization and can be used for view messages in kafka-ui.

For properties description and configuration example please see docker-compose file.

Building locally

We use DefaultCredentialsProvider in tests, so should can configure env as described in its documentation. Authorized user should be able to create and delete Glue Schema registries and schemas.

Example:

mvn clean test -Daws.accessKeyId="..." -Daws.secretAccessKey="..."