Using apicurio-registry-client with apicurio-registry:3.x #6548
Replies: 1 comment
-
One of the major changes in the v3 major release is that we replaced the old apicurio-registry-client with a new module called apicurio-registry-java-sdk. https://central.sonatype.com/artifact/io.apicurio/apicurio-registry-java-sdk/3.0.14 You can find an example of how to use it here: https://github.com/Apicurio/apicurio-registry/tree/main/examples/rest-client |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to use apicurio-registry-client to register a Protobuf schema with an apicurio-registry running 3.x (3.0.11) to be exact.
I see in the client library that only v1 and v2 packages are implemented. Is apicurio-registry-client compatible with the v3 API?
Beta Was this translation helpful? Give feedback.
All reactions