Skip to content

Commit 3d70556

Browse files
committed
DOCSP-34397: improve desc of kafka topic prefix and suffix (#147)
* DOCSP-34397: improve desc of kafka topic prefix and suffix * CC suggestion (cherry picked from commit 3555590)
1 parent 9f27034 commit 3d70556

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

source/source-connector/configuration-properties/kafka-topic.txt

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Kafka Topic Properties
55
======================
66

7+
.. facet::
8+
:name: genre
9+
:values: reference
10+
11+
.. meta::
12+
:keywords: generated topic, customize topic
13+
714
.. contents:: On this page
815
:local:
916
:backlinks: none
@@ -38,8 +45,11 @@ Settings
3845
- | **Type:** string
3946
|
4047
| **Description:**
41-
| The prefix to prepend to database and collection names to
42-
generate the name of the Kafka topic on which to publish the data.
48+
| Specifies the first part of the destination Kafka
49+
topic name to which the connector publishes change stream events.
50+
The destination topic name is composed of the ``topic.prefix``
51+
value followed by the database and collection names, separated by the value
52+
specified in the ``topic.separator`` property.
4353

4454
.. seealso::
4555

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

5972
.. seealso::
6073

0 commit comments

Comments
 (0)