Skip to main content
Module

x/kafkagosaur/net/connection.ts>DialBackend

Kafka client for Deno binding to kafka-go using WebAssembly
Latest
enum DialBackend
import { DialBackend } from "https://deno.land/x/kafkagosaur@v0.0.6/net/connection.ts";

Specifies the implementation backing a TCP socket connection

Members

Deno = "deno"
Node = "node"