How does Pega writes the request and response when the REST service monitoring is turned ON
Hi,
I would like to know how does Pega writes the request and response to data.pr_data_svcinvhist database table when the REST service monitoring is turned ON? is there documentation on the implementation of this feature?
Does the request & response are sent to some queue where another service picks up and then writes them in the data.pr_data_svcinvhist database table while the REST service sends the response back to the caller and is not dependent on the success/failure of this write to data.pr_data_svcinvhist database table?
or the REST response is sent back to the caller only after successfully writing the request & response to data.pr_data_svcinvhist database table?