Kafka Capture Point Sample Configuration
The following is a sample configuration for the Kafka Capture Point application:
- Install and start Zookeeper and Kafka Server as described on the Kafka website.
- Create the following topics in Kafka, with 32 partitions each:
- inbound
- notification
- error
- processed
- 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!