Skip to main content
Module

x/kafkagosaur/net/connection.ts>Address

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

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

definition: { network: string; string: string; }