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