Docs Menu

Docs HomeMongoDB Kafka Connector

Kafka Topic Properties

On this page

  • Overview
  • Settings

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.

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.

Tip

See also:

Default: ""
Accepted Values: A string composed of ASCII alphanumeric characters including ".", "-", and "_"
←  MongoDB Source Connection PropertiesChange Stream Properties →

On this page