This is an automated email from the ASF dual-hosted git repository. zhaocong pushed a commit to branch fix_reset_cursor_unit in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit a1a958d17d02ed1fa7056a410c8be57fddb49f8e Author: coderzc <[email protected]> AuthorDate: Wed Oct 15 14:21:56 2025 +0800 Fix the description of the unit for resetting the subscription cursor time --- docs/admin-api-topics.md | 2 +- versioned_docs/version-2.10.x/admin-api-topics.md | 2 +- versioned_docs/version-2.2.0/admin-api-topics.md | 2 +- versioned_docs/version-2.2.1/admin-api-topics.md | 2 +- versioned_docs/version-2.3.0/admin-api-topics.md | 2 +- versioned_docs/version-2.3.1/admin-api-topics.md | 2 +- versioned_docs/version-2.3.2/admin-api-topics.md | 2 +- versioned_docs/version-2.4.0/admin-api-topics.md | 2 +- versioned_docs/version-2.4.1/admin-api-topics.md | 2 +- versioned_docs/version-2.4.2/admin-api-topics.md | 2 +- versioned_docs/version-2.5.0/admin-api-topics.md | 2 +- versioned_docs/version-2.5.1/admin-api-topics.md | 2 +- versioned_docs/version-2.5.2/admin-api-topics.md | 2 +- versioned_docs/version-2.6.0/admin-api-topics.md | 2 +- versioned_docs/version-2.6.1/admin-api-topics.md | 2 +- versioned_docs/version-2.6.2/admin-api-topics.md | 2 +- versioned_docs/version-2.6.3/admin-api-topics.md | 2 +- versioned_docs/version-2.6.4/admin-api-topics.md | 2 +- versioned_docs/version-2.7.0/admin-api-topics.md | 2 +- versioned_docs/version-2.7.1/admin-api-topics.md | 2 +- versioned_docs/version-2.7.2/admin-api-topics.md | 2 +- versioned_docs/version-2.7.3/admin-api-topics.md | 2 +- versioned_docs/version-2.7.4/admin-api-topics.md | 2 +- versioned_docs/version-2.7.5/admin-api-topics.md | 2 +- versioned_docs/version-2.8.x/admin-api-topics.md | 2 +- versioned_docs/version-2.9.x/admin-api-topics.md | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/docs/admin-api-topics.md b/docs/admin-api-topics.md index 87256d1fdae..07b57acd1ca 100644 --- a/docs/admin-api-topics.md +++ b/docs/admin-api-topics.md @@ -709,7 +709,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates the time and position of the cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs groupId="api-choice" diff --git a/versioned_docs/version-2.10.x/admin-api-topics.md b/versioned_docs/version-2.10.x/admin-api-topics.md index 25599f0a110..c503224b5f0 100644 --- a/versioned_docs/version-2.10.x/admin-api-topics.md +++ b/versioned_docs/version-2.10.x/admin-api-topics.md @@ -1035,7 +1035,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.2.0/admin-api-topics.md b/versioned_docs/version-2.2.0/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.2.0/admin-api-topics.md +++ b/versioned_docs/version-2.2.0/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.2.1/admin-api-topics.md b/versioned_docs/version-2.2.1/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.2.1/admin-api-topics.md +++ b/versioned_docs/version-2.2.1/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.3.0/admin-api-topics.md b/versioned_docs/version-2.3.0/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.3.0/admin-api-topics.md +++ b/versioned_docs/version-2.3.0/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.3.1/admin-api-topics.md b/versioned_docs/version-2.3.1/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.3.1/admin-api-topics.md +++ b/versioned_docs/version-2.3.1/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.3.2/admin-api-topics.md b/versioned_docs/version-2.3.2/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.3.2/admin-api-topics.md +++ b/versioned_docs/version-2.3.2/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.4.0/admin-api-topics.md b/versioned_docs/version-2.4.0/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.4.0/admin-api-topics.md +++ b/versioned_docs/version-2.4.0/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.4.1/admin-api-topics.md b/versioned_docs/version-2.4.1/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.4.1/admin-api-topics.md +++ b/versioned_docs/version-2.4.1/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.4.2/admin-api-topics.md b/versioned_docs/version-2.4.2/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.4.2/admin-api-topics.md +++ b/versioned_docs/version-2.4.2/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.5.0/admin-api-topics.md b/versioned_docs/version-2.5.0/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.5.0/admin-api-topics.md +++ b/versioned_docs/version-2.5.0/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.5.1/admin-api-topics.md b/versioned_docs/version-2.5.1/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.5.1/admin-api-topics.md +++ b/versioned_docs/version-2.5.1/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.5.2/admin-api-topics.md b/versioned_docs/version-2.5.2/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.5.2/admin-api-topics.md +++ b/versioned_docs/version-2.5.2/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.6.0/admin-api-topics.md b/versioned_docs/version-2.6.0/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.6.0/admin-api-topics.md +++ b/versioned_docs/version-2.6.0/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.6.1/admin-api-topics.md b/versioned_docs/version-2.6.1/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.6.1/admin-api-topics.md +++ b/versioned_docs/version-2.6.1/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.6.2/admin-api-topics.md b/versioned_docs/version-2.6.2/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.6.2/admin-api-topics.md +++ b/versioned_docs/version-2.6.2/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.6.3/admin-api-topics.md b/versioned_docs/version-2.6.3/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.6.3/admin-api-topics.md +++ b/versioned_docs/version-2.6.3/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.6.4/admin-api-topics.md b/versioned_docs/version-2.6.4/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.6.4/admin-api-topics.md +++ b/versioned_docs/version-2.6.4/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.7.0/admin-api-topics.md b/versioned_docs/version-2.7.0/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.7.0/admin-api-topics.md +++ b/versioned_docs/version-2.7.0/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.7.1/admin-api-topics.md b/versioned_docs/version-2.7.1/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.7.1/admin-api-topics.md +++ b/versioned_docs/version-2.7.1/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.7.2/admin-api-topics.md b/versioned_docs/version-2.7.2/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.7.2/admin-api-topics.md +++ b/versioned_docs/version-2.7.2/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.7.3/admin-api-topics.md b/versioned_docs/version-2.7.3/admin-api-topics.md index ad37d101ac4..b5d9104b415 100644 --- a/versioned_docs/version-2.7.3/admin-api-topics.md +++ b/versioned_docs/version-2.7.3/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.7.4/admin-api-topics.md b/versioned_docs/version-2.7.4/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.7.4/admin-api-topics.md +++ b/versioned_docs/version-2.7.4/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.7.5/admin-api-topics.md b/versioned_docs/version-2.7.5/admin-api-topics.md index 00bb93f6d50..afc0ef03fbe 100644 --- a/versioned_docs/version-2.7.5/admin-api-topics.md +++ b/versioned_docs/version-2.7.5/admin-api-topics.md @@ -760,7 +760,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.8.x/admin-api-topics.md b/versioned_docs/version-2.8.x/admin-api-topics.md index c31124e26d3..2391fadbe4b 100644 --- a/versioned_docs/version-2.8.x/admin-api-topics.md +++ b/versioned_docs/version-2.8.x/admin-api-topics.md @@ -833,7 +833,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs diff --git a/versioned_docs/version-2.9.x/admin-api-topics.md b/versioned_docs/version-2.9.x/admin-api-topics.md index 661f17ec234..3856f9d21e8 100644 --- a/versioned_docs/version-2.9.x/admin-api-topics.md +++ b/versioned_docs/version-2.9.x/admin-api-topics.md @@ -1023,7 +1023,7 @@ admin.topics().skipAllMessages(topic, subName); ### Reset cursor -You can reset a subscription cursor position back to the position which is recorded X minutes before. It essentially calculates time and position of cursor at X minutes before and resets it at that position. You can reset the cursor in the following ways. +You can reset a subscription cursor position back to the position which is recorded X seconds (or with other time units, e.g 100m, 3h, 2d, 5w) before. It essentially calculates the time and position of the cursor at X seconds before and resets it at that position. You can reset the cursor in the following ways. ````mdx-code-block <Tabs
