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

    Type Alias DescribeClusterRequest

    DescribeCluster request payload.

    type DescribeClusterRequest = {
        endpointType?: number;
        includeClusterAuthorizedOperations: boolean;
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    endpointType?: number

    The endpoint type to describe (v1+). 1 = brokers, 2 = controllers.

    includeClusterAuthorizedOperations: boolean

    Whether to include cluster authorised operations in the response.

    taggedFields?: readonly TaggedField[]

    Tagged fields.