Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transactional Insert of schema with refrences #2677

Closed
Gourav2912 opened this issue Aug 4, 2022 · 2 comments
Closed

Transactional Insert of schema with refrences #2677

Gourav2912 opened this issue Aug 4, 2022 · 2 comments

Comments

@Gourav2912
Copy link

Is it possible to make insert of schema with refrences transactional in APICurio SDK?

@EricWittmann
Copy link
Member

Not currently, but that is a feature we have discussed to make references more robust and useful. Basically we need a way for clients to be able to upload multiple artifacts at the same time so that we can figure out the reference mappings automatically. We could also perhaps support circular references in that scenario.

@carlesarnal
Copy link
Member

This is currently possible using the maven plugin in two different ways. In the first one, the directory structure is analyzed and the artifacts are registered as appropriate. In the second case, the registration instructions must be provided.

https://github.com/Apicurio/apicurio-registry/tree/main/examples/avro-maven-with-references
https://github.com/Apicurio/apicurio-registry/tree/main/examples/avro-maven-with-references-auto

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants