Latest
interface ITopicPartitionConfig
import { type ITopicPartitionConfig } from "https://dotland.deno.dev/x/kafkasaur@v0.0.7/index.d.ts";

Properties

topic: string
count: number
optional
assignments: Array<Array<number>>