LinuxForHealth/FHIR

Limiting maximum count of entries in a Transaction Bundle

berkant-k opened this issue · 0 comments

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]