Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Functionality is disabled by default - see requestSaving.enable parameter to enable it. There is another parameter requestSaving.endpointFilter that defines pattern for filtering endpoints URI which requests/response should be saved. See configuration for more details.

Tip

Look at data model for more details about request and response tables.

...

Implementation is in sc-core module, package org.cleverbusopenhubframework.openhub.core.reqres.

Default implementation uses Camel events that has one possible disadvantage - it's necessary to join request and response together (= two Camel events) and if exchange is changed from sending request until response receive (e.g. using wireTap) then it's not possible to join it. But this limitation is mainly for internal communication, there is no problem with saving request/response to/from external system.

...