Jump to: navigation, search

Kafka Capture Point Sample Configuration

The following is a sample configuration for the Kafka Capture Point application:

  1. Install and start Zookeeper and Kafka Server as described on the Kafka website.
  2. Create the following topics in Kafka, with 32 partitions each:
    • inbound
    • notification
    • error
    • processed
  3. Configure the Kafka Capture Point application. On the application options tab, edit the settings section:
    • capture-point-type = kafka
    • kafka-server = host:port of kafka broker
    • inbound-topic-name = inbound
    • outbound-topic-name = notification
    • error-topic-name = error
    • processed-topic-name = processed
This page was last edited on June 18, 2020, at 10:43.
Comments or questions about this documentation? Contact us for support!