Table of Contents

Search

  1. Preface
  2. PowerExchange CDC Publisher Overview
  3. Installing and Upgrading PowerExchange CDC Publisher
  4. PowerExchange CDC Publisher Key Concepts
  5. PowerExchange Change Capture Environment
  6. Target Messaging Systems
  7. Configuring PowerExchange CDC Publisher
  8. Streaming Change Data
  9. Monitoring PowerExchange CDC Publisher
  10. Administering PowerExchange CDC Publisher
  11. Appendix A: Command Reference for the Command-Line Utilities
  12. Appendix B: Avro Schema Formats
  13. Appendix C: Custom Pattern Formats
  14. Appendix D: Message Reference

User Guide

User Guide

Apache Kafka Targets

Apache Kafka Targets

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 messages available with low latency to consumer applications.
A topic is a collection of messages to which consumer applications subscribe based on the topic name. A topic is divided into multiple partitions, each containing a set of messages in an unchangeable sequence. The use of partitions enables parallel processing of topic data by splitting the data across multiple Kafka broker servers. Partitions also allow consumer applications to read data from the same topic in parallel.
For information about Kafka use cases, configuration, and implementation, see the Apache Kafka documentation at https://kafka.apache.org/.

0 COMMENTS

We’d like to hear from you!