Description
Currently, the system generates a separate request for every single document added to Active Response. This creates significant network overhead and latency when processing multiple items.
Goal
Refactor the implementation to use a Bulk/Batch approach, allowing multiple documents to be sent in a single request.
Tasks
Description
Currently, the system generates a separate request for every single document added to Active Response. This creates significant network overhead and latency when processing multiple items.
Goal
Refactor the implementation to use a Bulk/Batch approach, allowing multiple documents to be sent in a single request.
Tasks