LinuxForHealth / FHIR

The LinuxForHealth FHIR® Server and related projects
https://linuxforhealth.github.io/FHIR
Apache License 2.0
330 stars 157 forks source link

Limiting maximum count of entries in a Transaction Bundle #4184

Open berkant-k opened 1 year ago

berkant-k commented 1 year ago

Is your feature request related to a problem? Please describe. To improve performance of processing transaction bundles number of entries should be limited.

Describe the solution you'd like A configuration parameter should be defined to limit maximum entries in a transaction bundle

Describe alternatives you've considered None

Acceptance Criteria

  1. GIVEN [A Transaction Bunle] WHEN [entries. Size()> MAX_ENTIES_LIMIT_FOR_BUNDLE] THEN [return HTTP 400 and an operation outcome]