UNPKG

@platformatic/kafka

Version:

Modern and performant client for Apache Kafka

3 lines (2 loc) 139 B
import { type Broker } from './connection.ts'; export declare function parseBroker(broker: Broker | string, defaultPort?: number): Broker;