Skip to content

Offloading

assimbly edited this page Apr 24, 2020 · 7 revisions

What is offloading?

Offloading is a special "to endpoint" where a copy of a message is send to. The endpoint is configured centrally (Settings Offloading). From there it can be used within every flow, by setting offloading to true.

Use Case

The main use case for offloading is to have one endpoint for monitoring and analysis. For example you want to send a copy of messages to ElasticSearch.

How to configure?

  1. Go to Setting --> Offloading
  2. Configure the endpoint (just like a to endpoint in flow)
  3. Save the offloading endpoint.

From now on every flow where offloading is set true receives a copy of the message.

Clone this wiki locally