Skip to content

Commit

Permalink
DOCSP-34397: improve desc of kafka topic prefix and suffix (#147)
Browse files Browse the repository at this point in the history
* DOCSP-34397: improve desc of kafka topic prefix and suffix

* CC suggestion

(cherry picked from commit 3555590)
  • Loading branch information
rustagir committed Nov 14, 2023
1 parent d9bae94 commit bb4ff35
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions source/source-connector/configuration-properties/kafka-topic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
Kafka Topic Properties
======================

.. facet::
:name: genre
:values: reference

.. meta::
:keywords: generated topic, customize topic

.. contents:: On this page
:local:
:backlinks: none
Expand Down Expand Up @@ -38,8 +45,11 @@ Settings
- | **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.
| Specifies the first part of the destination Kafka
topic name to which the connector publishes change stream events.
The destination topic name is composed of the ``topic.prefix``
value followed by the database and collection names, separated by the value
specified in the ``topic.separator`` property.

.. seealso::

Expand All @@ -53,8 +63,11 @@ Settings
- | **Type:** string
|
| **Description:**
| The suffix to append to database and collection names to
generate the name of the Kafka topic on which to publish the data.
| Specifies the last part of the destination Kafka
topic name to which the connector publishes change stream events.
The destination topic name is composed of the database and
collection names followed by the ``topic.suffix`` value,
separated by the value specified in the ``topic.separator`` property.

.. seealso::

Expand Down

0 comments on commit bb4ff35

Please sign in to comment.