@@ -161,22 +161,20 @@ property like this:
161
161
- Records the number of times you reset your connector
162
162
- Documents to which connector an offset partition belongs
163
163
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:
165
167
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
171
169
172
- offset.partition.name=source-values.1
170
+ offset.partition.name=source-values.1
173
171
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:
176
174
177
- .. code-block:: properties
175
+ .. code-block:: properties
178
176
179
- offset.partition.name=source-values.2
177
+ offset.partition.name=source-values.2
180
178
181
179
To learn more about the ``offset.partition.name`` configuration property, see
182
180
the :ref:`<source-configuration-error-handling>` page.
0 commit comments