I searched the forum but didn’t find what I’m looking for.
I am working on an application that will need to create thounsands of subjects/schemas at once.
I plan to submit smaller chuncks but still want to bulk/batch the creation.
I’m trying to figure out a performing way, using REST API to do that.
Is there a way to provide in a POST a body containing not only one but rather a list of schema to be processed ?
Thanks Michael, indeed that was my initial lead but we are implementing SaaS and do not want any process on server side this is why REST API is investigated.
It looks like I would need to allow REST Proxy server access to do so but customer usually don’t like the idea ^^