Kafka listener notification

A listener notification works in conjunction with a listener to process messages in the Kafka connector. When a listener receives a message from a Kafka topic, it passes the message to an enabled listener notification that is associated with the listener.

Kafka provides two types of listener notification.
  • Apache Kafka Listener Notification (synchronous)
  • Confluent Kafka Listener Notification (synchronous)