You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2021. It is now read-only.
path:
type: stringdescription: JSONPath expression representing the key containing the data array to split. Defaults to the root.ce_context:
type: objectdescription: Context attributes to set on produced CloudEvents.properties:
type:
type: stringdescription: CloudEvent "type" context attribute.source:
description: CloudEvent "source" context attribute. Accepts a JSONPath expressions in brackets (e.g. "user/{.name}").extensions:
type: objectdescription: Additional context extensions to set on produced CloudEvents.additionalProperties:
type: string
A splitter (sometimes called "sequencer")
Scope:
Out of scope:
EIP reference: https://www.enterpriseintegrationpatterns.com/patterns/messaging/Sequencer.html
Example spec (non final):
Example input:
[ { "user": { "id": 0, "name": "Seb" } }, { "user": { "id": 1, "name": "Timur" } }, { "user": { "id": 2, "name": "Pablo" } } ]Example output: