@qualithm/kafka-client - v0.1.6
    Preparing search index...

    Type Alias SocketFactory

    SocketFactory: (options: SocketConnectOptions) => Promise<KafkaSocket>

    Factory function that creates a connected socket.

    Runtime adapters implement this to provide platform-specific TCP/TLS connections. The returned promise must resolve only after the connection (and TLS handshake, if applicable) is fully established.

    Type Declaration