Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kafkagosaur/net/connection.ts

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

Enums

Specifies the implementation backing a TCP socket connection

Interfaces

A generic stream-oriented network connection, equivalent to a Go net.Conn.

Type Aliases

Represents a network endpoint address, equivalent to a Go net.addr.