Open einarjohnson opened 3 years ago
Hello,
Thanks for your interest in Glue Schema Registry. Support for .NET, Python, Protobuf and JSON is on the roadmap. If you are looking to call Schema Registry APIs, you can use the Glue .NET SDK. Serializers / Deserializers in .NET are not officially supported. If you are interested in building one, you can refer to the wire format. It should be similar to this.
Hi, I want to integrate my nodejs ms with Glue Schema Registry, any plans to introduce support to nodejs? and also, is there any recommended way to use nodejs?
For node.js, you could use the aws sdk ( https://aws.amazon.com/sdk-for-javascript/ , https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/createschemacommand.html).
@blacktooth , is there any news on Protobuf support? Would be great to get some idea of when we can expect this to happen.
@einarjohnson Protobuf support will GA in Q1 2022, please follow the status here. Pease feel free to get in touch with your AWS account team to grant you beta access.
Hi @blacktooth, when will glue registry support golang?
What is the plan to support other programming languages? We are intending to adopt the AWS Glue Schema Registry, our teams use different programming languages like Python, Go, NodeJS, but I am having a hard time understanding the SDKs, the examples are not objective, basically I am trying to serialize and deserialize to validating the schema, the SDKS has a lot of functionality, but the essentials of serializing and deserializing are not present or very confusing.
The multi-lang support is under active development currently. We will update once we have an ETA. Thanks!
The multi-lang support is under active development currently. We will update once we have an ETA. Thanks!
Hi is there a roadmap or estimated quarter for this? My team is looking to use a .NET sdk.
Hi, Is there an update on the support? Our applications are on NestJS and Ruby
+1 For ETA on multi-lang support
+1 for eta multi-lan support.
+1 for eta multi-lan support.
+1 for eta multi-lan support.
+1 for ETA on support for C#.
+1 ETA on support for python, ruby & nodejs
+1 ETA on support for Go, Python, and JS
+1 ETA on support for nodejs (TS or JS)
+1 for multi-lang support
(selfishly) +2 for .NET support
☝️ ETA and actual support that is!
+1 ETA on support for .NET, Python and Go
Is anyone here familiar with the roadmaps for https://docs.aws.amazon.com/glue/latest/dg/schema-registry.html ?
It seems to me that Java is the only supported language at the moment? Are there any plans to introduce support for .NET and Python and other data formats such as Protobuf and JSON schema? Until this support is official, is there any recommended way to use .NET with the schema registry (direct API calls etc)