Appendable¶
The appendable
can be filled with event from the outside and after the source is created and fully configured.
Mind that the appendable
itself is not thread-safe, but the append point can synchronize event consumption with any async producer.
.consumeFromSource(AppendableSourceConfiguratorBuilder.builder()
.withAppendPointName(value)
.withAppendPoint(value)
)
.terminateWithSink(...);
source:
appendable:
appendPointName: value
appendPoint: value
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.0-20250910-124207-release-1.5.3</version>
</dependency>
implementation group: 'org.voltdb', name: 'volt-stream-connectors-api', version: '1.0-20250910-124207-release-1.5.3'
Properties¶
appendPointName
¶
A label for data producer Required.
Type: string
appendPoint
¶
Append point Required.
Type: object