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

    Type Alias DecodeResult<T>

    DecodeResult: DecodeSuccess<T> | DecodeFailure

    Result of a decode operation. Either a success with the decoded value and bytes consumed, or a failure with an error.

    Type Parameters

    • T