Replies: 1 comment
-
I'm sorry @ivar891 as of today, the only implementation of the serdes we have is for java. There are no alternatives available in javascript. We do have rest clients in other languages (javascript, python and go) but those only allow you to interact with registry on base operations (create, delete, list artifacts etc), no serialization features are available there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
we are using nodejs/nestjs for our app and want to use apicurio registry for storing schemas and encoding and decoding (serializing and deserializing) messages ,but I dont find any sdks or rest apis for serializing and deserializing in nodejs , is it supported , if it is not what are the available alternatives for javascript/nodejs ecosystem
Beta Was this translation helpful? Give feedback.
All reactions