Docs Home → MongoDB Kafka Connector
Kafka Topic Properties
This version of the documentation is archived and no longer supported. View the current documentation to learn how to upgrade your version of the MongoDB Kafka Connector.
Overview
Use the following configuration settings to specify which Kafka topics the source connector should publish data to.
For a list of source connector configuration settings organized by category, see the guide on Source Connector Configuration Properties.
Settings
Name | Description |
---|---|
topic.prefix | Type: string Description: The prefix to prepend to database and collection names to
generate the name of the Kafka topic on which to publish the data. TipSee also:Default: "" Accepted Values: A string composed of ASCII alphanumeric
characters including ".", "-", and "_" |