Please enable JavaScript to view this site.

Navigation: Quickstart Guides > Kafka Quickstart

Determine Kafka Topic Data Requirements

Scroll

While your Kafka Topic set may eventually contain lots of different types of data, Precisely recommends that you start with only a few sources. That usually means a small number of Relational database tables, a subset of segments in a legacy IMS database or a few VSAM file Copybooks. Since your data may eventually come from different platforms, pick just one to get started.

 

When implementing Connect CDC SQData's change data capture to collect the data sent to Kafka,it's easy to forget that downstream Kafka Consumers may need access to data that hasn't changed in some time and therefore has never been published as a Kafka topic. There are several methods for performing an "Initial Load" and they vary depending on the original source of data, be it hosted on the Mainframe, Linux or Windows. See the Initial Load sections of the applicable Change Data Capture reference documentation for more details. Precisely also recommends special consideration be given to the Topic ID's and Metadata associated with this historical data.