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
161
161
<https://docs.confluent.io/platform/current/installation/configuration/connect/sink-connect-configs.html>`__
162
162
for each supported source database. The connector properties can be
163
163
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:
165
165
166
166
.. code-block::
167
167
168
168
migrator.connector.sink.common.errors.max.retries: 0
169
169
170
170
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.
You can’t perform that action at this time.
0 commit comments