Skip to main content
Version: Current

HTTP Callback

Mode: Streaming

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

NameDescription
URLThe url of the external system endpoint
Content typeJSON - Nussknacker will validate whether the specified message body is a valid JSON. If PLAIN no validation is performed.