Class RDKafkaHighLevelProducerConnector

Description

RDKafka high level producer connector

Features:

  • high level producer connector manager for node-rdkafka

Example


Hierarchy

Constructors

Properties

#connections: Map<string, IRDKafkaHighLevelProducerConnection>

Description

Private connections storage

Description

Private link to selected (used) connection

#private: any
config: IConfig
namespace: "RDKafkaHighLevelProducer" = 'RDKafkaHighLevelProducer'

Description

Namespace path for fetching configuration

Accessors

  • get connections(): Map<string, T>
  • Returns Map<string, T>

  • get current(): T
  • Returns T

Methods

  • Returns Promise<void>

  • Parameters

    • name: string

    Returns void