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

ScaleOutPolicy

import type { ScaleOutPolicy } from "https://aws-api.deno.dev/v0.3/services/kafkaconnect.ts?docs=full";

The scale-out policy for the connector.

interface ScaleOutPolicy {
cpuUtilizationPercentage: number;
}

§Properties

§
cpuUtilizationPercentage: number
[src]

The CPU utilization percentage threshold at which you want connector scale out to be triggered.