Skip to content

Stdout

The stdout sink writes streamed data items to the standard output (console). It is useful for debugging or logging streamed data.

StdoutSink sink = new StdoutSink();
sink:
  stdout: {}

Java dependency management

Add this declaration to your dependency management system to access the configuration DSL for this plugin in Java.

<dependency>
    <groupId>org.voltdb</groupId>
    <artifactId>volt-stream-connectors-api</artifactId>
    <version>1.4.0</version>
</dependency>
implementation group: 'org.voltdb', name: 'volt-stream-connectors-api', version: '1.4.0'