Apache Kafka is an open-source distributed data streaming platform that is scalable and fault tolerant and able to process large amounts of data quickly. It can serve as an interim staging area for data that will be consumed by various types of downstream consumer applications.
Producer applications, such as the PowerExchange CDC Publisher, can publish streams of change records as messages to Kafka topics. Kafka makes the messages available with low latency to consumer applications that subscribe to the message topics based on the topic names.
For information about Kafka use cases, configuration, and implementation, see the Apache Kafka documentation at
https://kafka.apache.org/.