Skip to main content
Latest
interface EachBatchPayload
import { type EachBatchPayload } from "https://deno.land/x/kafkasaur@v0.0.7/index.d.ts";

Methods

resolveOffset(offset: string): void
heartbeat(): Promise<void>
commitOffsetsIfNecessary(offsets?: Offsets): Promise<void>
uncommittedOffsets(): OffsetsByTopicPartition
isRunning(): boolean
isStale(): boolean