StreamingSetupTask
import type { StreamingSetupTask } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";
A task which initializes part of a streaming Dataflow job.
interface StreamingSetupTask {
drain?: boolean;
receiveWorkPort?: number;
snapshotConfig?: StreamingApplianceSnapshotConfig;
streamingComputationTopology?: TopologyConfig;
workerHarnessPort?: number;
}§Properties
§
receiveWorkPort?: number
[src]The TCP port on which the worker should listen for messages from other streaming computation workers.
§
snapshotConfig?: StreamingApplianceSnapshotConfig
[src]Configures streaming appliance snapshot.
§
streamingComputationTopology?: TopologyConfig
[src]The global topology of the streaming Dataflow job.