awslabs / aws-glue-schema-registry

AWS Glue Schema Registry Client library provides serializers / de-serializers for applications to integrate with AWS Glue Schema Registry Service. The library currently supports Avro, JSON and Protobuf data formats. See https://docs.aws.amazon.com/glue/latest/dg/schema-registry.html to get started.
Apache License 2.0
126 stars 96 forks source link

We need more examples with regular kafka tools #28

Open rveve opened 3 years ago

rveve commented 3 years ago

I was able to use kafka-console-consumer with this library to Avro deserialize a MSK topic data using Glue Schema registry , topic data was published by this library kafka-connect cluster support and Glue schema registry, kafka-connect works like a charm with GSR.

I am wondering how can I use "kafka-console-producer" to Avro Serialize the data and register the defined schema of this command to GSR. is there any property of the serializer I can pass to define the Avro Schema ?

Thank you.

mohitpali commented 3 years ago

Thanks for the feedback on kafka-connect. We will look into your kafka-console-producer question and get back.

mohitpali commented 3 years ago

We unfortunately don't have this on our roadmap yet. To enable CLI based Schema Registry Integration, we would need to support our own flavor of Kafka CLI and Platform. However, we will keep this request in mind while planning. We appreciate your interest in Glue Schema Registry, and will make every attempt to reduce such pain points as soon as possible.

Thanks, Mohit