diff options
author | Timofey Koolin <rekby@users.noreply.github.com> | 2024-09-26 13:17:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-26 17:17:12 +0700 |
commit | 77c68bdaea836c4436834f995b5357889acb6e9d (patch) | |
tree | 20b77bcf64eccb6b6df9f79fe10e212f27f3ed29 | |
parent | cc0a3366ece6c8245f14660caad22780ce68a6cc (diff) | |
download | ydb-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.md | 4 |
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`. |