kkrpc
    Preparing search index...

    Interface KafkaMessageLike

    Minimal Kafka message shape consumed by the transport.

    interface KafkaMessageLike {
        value?: null | { toString(encoding?: BufferEncoding): string };
    }
    Index

    Properties

    Properties

    value?: null | { toString(encoding?: BufferEncoding): string }

    Encoded message payload.