Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 902 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 902 Bytes

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.

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="..."