shadowing

Version

Clones incoming requests and sends them asynchronously to one or more shadow targets (main exchange continues unchanged).
shadowing:
targets:
- host: shadow.example.com
port: 8080
shadowing:
    targets:
      - host: shadow.example.com
        port: 8080

Syntax

shadowing:
targets:
- <target>
shadowing:
  targets:
    - <target>

Child Structure

ElementCardinalityDescription
target0..*The destination where the service proxy will send messages to. Use the target element if you want to send the messages to a target. Supports dynamic destinations through expressions.

Can be used in