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

Constructors

new
default(unnamed 0: ConnectionOptions)

Properties

authExpectResponse: boolean
authHandlers: any
broker: string
bytesBuffered: number
bytesNeeded: number
chunks: Buffer[] | Uint8Array[]
clientId: string
readonly
connected
connectionStatus: string
connectionTimeout: number
correlationId: number
host: string
logDebug: any
logError: any
logger: Logger
port: number
rack: string | null
requestQueue: RequestQueue
requestTimeout: number
sasl: Record<string, unknown> | null
shouldLogBuffers: any
shouldLogFetchBuffer: any
socket: any
socketFactory: ISocketFactory
ssl: Record<string, unknown> | null

Methods

authenticate(unnamed 0: any)
processData(rd: Uint8Array | Buffer)
rejectRequests(error: Error)
send(unnamed 0: any)