You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/UserGuides/DataServices/MetadataConnector.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ Events are instances of the :py:class:`cterasdk.asynchronous.core.types.Event` c
124
124
The queue blocks until all events were consumed and processed.
125
125
Use the `task_done()` `function <https://docs.python.org/3/library/asyncio-queue.html#asyncio.Queue.task_done>`_ to signal that formerly enqueued task is complete.
126
126
127
-
After processing all events, the service will perofrm a callback to a function provided by the client to record the latest cursor.
127
+
After processing all events, the service will perform a callback to a function provided by the client to record the latest cursor.
128
128
Recording the cursor enables pausing and resuming the service from the last cursor position.
0 commit comments