Skip to content

Commit d02300a

Browse files
author
your proper name
committed
(DOCSP-43962) Unnested 1 example in tip.
1 parent 6bf4efa commit d02300a

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

source/troubleshooting/recover-from-invalid-resume-token.txt

+9-11
Original file line numberDiff line numberDiff line change
@@ -161,22 +161,20 @@ property like this:
161161
- Records the number of times you reset your connector
162162
- Documents to which connector an offset partition belongs
163163

164-
.. example::
164+
For example, if you named your source connector ``"source-values"`` and you are
165+
setting the ``offset.partition.name`` property for the first time, you
166+
should configure your connector as follows:
165167

166-
Assume you named your source connector ``"source-values"`` and you are
167-
setting the ``offset.partition.name`` property for the first time.
168-
You would configure your connector as follows:
169-
170-
.. code-block:: properties
168+
.. code-block:: properties
171169

172-
offset.partition.name=source-values.1
170+
offset.partition.name=source-values.1
173171

174-
The next time you reset your connector's offset data, configure
175-
your connector as follows:
172+
The next time you reset your connector's offset data, configure
173+
your connector as follows:
176174

177-
.. code-block:: properties
175+
.. code-block:: properties
178176

179-
offset.partition.name=source-values.2
177+
offset.partition.name=source-values.2
180178

181179
To learn more about the ``offset.partition.name`` configuration property, see
182180
the :ref:`<source-configuration-error-handling>` page.

0 commit comments

Comments
 (0)