Static
kafkaA static instance of the Kafka class. This instance is used to interact with the Kafka messaging system.
Static
kafkaConfiguration settings for Kafka.
This static property holds the configuration settings required to connect and interact with a Kafka cluster.
The
KafkaEssentials
class provides essential methods and properties for interacting with a Kafka messaging system. This class is designed to be used statically and should not be instantiated.Remarks
The class includes a static instance of the Kafka client and configuration settings required to connect to a Kafka cluster.
Example
Throws
If the class is instantiated directly.