TsgcWSPClient_Kafka › Events
Events you can handle.
| Name | Description |
|---|---|
| OnKafkaConnect | Fires after the client connects to the broker. |
| OnKafkaDisconnect | Fires when the connection to the broker is closed. |
| OnKafkaMessage | Fires for each record returned while consuming (Poll/FetchMessages). |
| OnKafkaProduce | Fires after a record is produced, reporting the partition and offset. |
| OnKafkaError | Fires when the broker returns an error. |
| OnKafkaRebalance | Fires when the consumer group is (re)assigned. |