Currently ZaakBrug generated new id's for cases and documents internally to serve genereerZaakIdentificatie and genereerDocumentIdentificatie requests. OpenZaak has an experimental feature where case and document id's can be reserved/obtained in a similar fashion (https://open-zaak.readthedocs.io/en/latest/api/experimental.html). We would like to implement this feature as an alternative to our internal id generator.
This alternate generator backend should be configurable through a property, with the current internal generator being the default.