Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
streamingComputationTopology?: TopologyConfig;
workerHarnessPort?: number;
}

§Properties

§
drain?: boolean
[src]

The user has requested drain.

§
receiveWorkPort?: number
[src]

The TCP port on which the worker should listen for messages from other streaming computation workers.

§

Configures streaming appliance snapshot.

§
streamingComputationTopology?: TopologyConfig
[src]

The global topology of the streaming Dataflow job.

§
workerHarnessPort?: number
[src]

The TCP port used by the worker to communicate with the Dataflow worker harness.