Skip to main content
Latest
type alias ConsumerCrashEvent
import { type ConsumerCrashEvent } from "https://deno.land/x/kafkasaur@v0.0.7/index.d.ts";
definition: InstrumentationEvent<{ error: Error; groupId: string; restart: boolean; }>