Skip to main content
Module

x/kafkasaur/index.d.ts>ITopicConfig

A Kafka Client for Deno!
Latest
interface ITopicConfig
import { type ITopicConfig } from "https://deno.land/x/kafkasaur@v0.0.7/index.d.ts";

Properties

topic: string
optional
numPartitions: number
optional
replicationFactor: number
optional
replicaAssignment: object[]
optional
configEntries: object[]