HTTP Callback
Description
HTTP Callback allow to pass the 'decisions' taken by the Nussknacker scenarios (or simply results) to systems which do not have a streaming ingestion mechanism. With HTTP Callback sink, the external system can expose a HTTP endpoint, which will be called for each event entering the HTTP Callback node.
Parameters and configuration
| Name | Description |
|---|---|
| URL | The url of the external system endpoint |
| Content type | JSON - Nussknacker will validate whether the specified message body is a valid JSON. If PLAIN no validation is performed. |