Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
variable default
import { default } from "https://deno.land/x/kafkasaur@v0.0.7/src/protocol/recordBatch/record/v0/decoder.ts";

v0 Record => Length => Varint Attributes => Int8 TimestampDelta => Varlong OffsetDelta => Varint Key => varInt|Bytes Value => varInt|Bytes Headers => [HeaderKey HeaderValue] HeaderKey => VarInt|String HeaderValue => VarInt|Bytes

type

(decoder: any, batchContext?: any) => unknown