Skip to content

Commit e7b19b9

Browse files
authored
DOCSP-42513-correct-source-common-name (#160)
* DOCSP-42513-correct-source-common-name * * * * * * * *
1 parent df6d67a commit e7b19b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/installation/kafka-deployments/advanced-settings.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,11 @@ Relational Migrator sets default Migrator `sink connector properties
161161
<https://docs.confluent.io/platform/current/installation/configuration/connect/sink-connect-configs.html>`__
162162
for each supported source database. The connector properties can be
163163
overridden by adding them in the ``user.properties`` file with the prefix
164-
``migrator.connector.source.common``. For example:
164+
``migrator.connector.sink.common``. For example:
165165

166166
.. code-block::
167167

168168
migrator.connector.sink.common.errors.max.retries: 0
169169

170170
In this example, the default value is five but it has now been set to zero. This means
171-
there is no retries after a retriable failure.
171+
there are no retries.

0 commit comments

Comments
 (0)