File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed
source/source-connector/configuration-properties Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change 4
4
Kafka Topic Properties
5
5
======================
6
6
7
+ .. facet::
8
+ :name: genre
9
+ :values: reference
10
+
11
+ .. meta::
12
+ :keywords: generated topic, customize topic
13
+
7
14
.. contents:: On this page
8
15
:local:
9
16
:backlinks: none
@@ -38,8 +45,11 @@ Settings
38
45
- | **Type:** string
39
46
|
40
47
| **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.
43
53
44
54
.. seealso::
45
55
@@ -53,8 +63,11 @@ Settings
53
63
- | **Type:** string
54
64
|
55
65
| **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.
58
71
59
72
.. seealso::
60
73
You can’t perform that action at this time.
0 commit comments