TsgcWSPClient_Kafka › Events

TsgcWSPClient_Kafka Events

Events you can handle.

NameDescription
OnKafkaConnectFires after the client connects to the broker.
OnKafkaDisconnectFires when the connection to the broker is closed.
OnKafkaMessageFires for each record returned while consuming (Poll/FetchMessages).
OnKafkaProduceFires after a record is produced, reporting the partition and offset.
OnKafkaErrorFires when the broker returns an error.
OnKafkaRebalanceFires when the consumer group is (re)assigned.