Trigger Runner Command

This handler (com.rierino.handler.CommandEventHandler) triggers Commands on through Event streams.

circle-info

Unlike commands, events are not broadcasted to all runners. Hence, triggering a command using this handler only causes a single runner to execute given command.

This handler is only used for simplifying development and testing processes, when a single partition runner is used and commands are not being sent through Kafka topics.

Actions

Command

Treats input payload as a command and executes on the runner:

Field
Definition
Example
Default

Input Element

Json path in payload to use

command

-

Output Element

Json path in payload to return results

result

-

With event metadata parameters as:

Parameter
Definition
Example
Default

Input Pattern

JMESPath expression to create command

-

-

Last updated