File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
source/installation/kafka-deployments Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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>`__
162162for each supported source database. The connector properties can be
163163overridden 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
170170In 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.
You can’t perform that action at this time.
0 commit comments