:::info
This method is temporary as we plan to integrate with the AWS Glue Registry Serdes directly in
Conduktor soon.
:::In order to successfully consume messages serialized with AWS Glue Registry, you first need to repackage the Glue deserializers into a single jar with all its dependencies. Here we’ll use Coursier but feel free to use maven plugins if you prefer.
We have also generated the fat jar for your convenience: glue-schema-registry-serde-1.1.10-with-dependancies.jarNow import this jar file in your cluster configuration and use the class GlueSchemaRegistryKafkaDeserializer in the Custom Format (Plugin) from the Consume screen.
Copy
Ask AI
region=us-west-2avroRecordType=GENERIC_RECORD
:::tip
You can further configure your deserializer as described in the Glue documentation:
:::caution
The Glue library doesn’t pick the AWS profile from the Kafka config
sasl.jaas.config. If you need to use a different profile than the
default, you must set the following environment variable:
AWS_PROFILE=“your-profile”
:::