Skip to content

Commit 77c68bd

Browse files
rekbyblinkov
andauthored
Fixed rendering block read topic in transaction (#9729)
Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
1 parent cc0a336 commit 77c68bd

File tree

1 file changed

+2
-2
lines changed
  • ydb/docs/en/core/reference/ydb-sdk

1 file changed

+2
-2
lines changed

ydb/docs/en/core/reference/ydb-sdk/topic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,11 +1644,11 @@ Reading progress is usually saved on a server for each Consumer. However, such p
16441644
auto commitResult = Transaction.Commit(commitSettings).GetValueSync();
16451645
```
16461646

1647-
{% note warning %}
1647+
{% note warning %}
16481648

16491649
When processing `events`, you do not need to confirm processing for `TDataReceivedEvent` events explicitly.
16501650

1651-
{% endnote %}
1651+
{% endnote %}
16521652

16531653
Confirmation of the `TStopPartitionSessionEvent` event processing must be done after calling `Commit`.
16541654

0 commit comments

Comments
 (0)