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

    Type Alias SubjectNameStrategy

    SubjectNameStrategy: (topic: string, isKey: boolean) => string

    Determines the subject name for a given topic and key/value position.

    Type Declaration

      • (topic: string, isKey: boolean): string
      • Parameters

        • topic: string

          Kafka topic name.

        • isKey: boolean

          Whether this is for the message key (true) or value (false).

        Returns string

        The subject name to use in the Schema Registry.