This PR improves the way how the Terminology Server requests SNOMED CT identifiers during a bulk update request.
When a bulk update contains component create requests the TS will collect all beforehand, then based on the given component type and namespace, it will request ids from the identifier service in bulk. All create requests then will be prepopulated with the ids, which will result in saving the one-by-one turnarounds towards the identifier service.
This PR improves the way how the Terminology Server requests SNOMED CT identifiers during a bulk update request.
When a bulk update contains component create requests the TS will collect all beforehand, then based on the given component type and namespace, it will request ids from the identifier service in bulk. All create requests then will be prepopulated with the ids, which will result in saving the one-by-one turnarounds towards the identifier service.
https://jira.ihtsdotools.org/browse/TBBA-49