UNPKG

@platformatic/kafka

Version:

Modern and performant client for Apache Kafka

9 lines (8 loc) 271 B
export interface ProtocolErrorDefinition { id: string; code: number; canRetry: boolean; message: string; } export declare const protocolErrorsCodesById: Record<number, string>; export declare const protocolErrors: Record<string, ProtocolErrorDefinition>;