@qualithm/kafka-client - v0.1.6
    Preparing search index...

    Type Alias TopicInfo

    Topic info returned by KafkaAdmin.listTopics.

    type TopicInfo = {
        isInternal: boolean;
        name: string;
        partitionCount: number;
    }
    Index

    Properties

    isInternal: boolean

    Whether this is an internal topic.

    name: string

    Topic name.

    partitionCount: number

    Number of partitions.