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
127 stars 96 forks source link

Use case of AWS Glue Schema Registry with MSK and Can it be used in PHP? #48

Open heungh opened 3 years ago

heungh commented 3 years ago

My customer wants to introduce the aws glue schema registry with msk.

They have some question : 1.Are there some cases which were already applied to some company and what are the details? 2.We know aws glue sr is free but has a concern for addtional cost related with that. Is there any addtional cost with that? 3.We want to know the SLA policy. 4.We use PHP mainly and plan to use Golang and python in the future.
Can we use aws glue SR in php, golang and python? If not, Is there any work around?

blacktooth commented 3 years ago

Hello, Thanks for your interest in Glue Schema Registry!

Are there some cases which were already applied to some company and what are the details?

We will get back on this.

We know aws glue sr is free but has a concern for addtional cost related with that. Is there any addtional cost with that?

There are no additional costs in using Glue Schema Registry.

We want to know the SLA policy.

We follow Glue SLA

We use PHP mainly and plan to use Golang and python in the future. Can we use aws glue SR in php, golang and python? If not, Is there any work around?

We do not support those languages but we do have future plans to support Python and Go.