aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimofey Koolin <rekby@users.noreply.github.com>2024-09-26 13:17:12 +0300
committerGitHub <noreply@github.com>2024-09-26 17:17:12 +0700
commit77c68bdaea836c4436834f995b5357889acb6e9d (patch)
tree20b77bcf64eccb6b6df9f79fe10e212f27f3ed29
parentcc0a3366ece6c8245f14660caad22780ce68a6cc (diff)
downloadydb-77c68bdaea836c4436834f995b5357889acb6e9d.tar.gz
Fixed rendering block read topic in transaction (#9729)
Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
-rw-r--r--ydb/docs/en/core/reference/ydb-sdk/topic.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/ydb/docs/en/core/reference/ydb-sdk/topic.md b/ydb/docs/en/core/reference/ydb-sdk/topic.md
index d44078c7fb..dfd840155d 100644
--- a/ydb/docs/en/core/reference/ydb-sdk/topic.md
+++ b/ydb/docs/en/core/reference/ydb-sdk/topic.md
@@ -1644,11 +1644,11 @@ Reading progress is usually saved on a server for each Consumer. However, such p
auto commitResult = Transaction.Commit(commitSettings).GetValueSync();
```
-{% note warning %}
+ {% note warning %}
When processing `events`, you do not need to confirm processing for `TDataReceivedEvent` events explicitly.
-{% endnote %}
+ {% endnote %}
Confirmation of the `TStopPartitionSessionEvent` event processing must be done after calling `Commit`.