This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 2678924a27 Docs sync done from apache/pulsar(#c17c5f5)
2678924a27 is described below
commit 2678924a27dcaa04e3f7f113c4c9a5b07b751c70
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Mon Apr 18 06:03:02 2022 +0000
Docs sync done from apache/pulsar(#c17c5f5)
---
site2/docs/txn-use.md | 1 +
site2/website-next/docs/txn-use.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/site2/docs/txn-use.md b/site2/docs/txn-use.md
index d527e3e873..3e52bad368 100644
--- a/site2/docs/txn-use.md
+++ b/site2/docs/txn-use.md
@@ -24,6 +24,7 @@ This section provides an example of how to use the
transaction API to send and r
```
transactionCoordinatorEnabled=true
+ systemTopicEnabled=true
```
If you want to enable batch messages in transactions, follow the steps
below.
diff --git a/site2/website-next/docs/txn-use.md
b/site2/website-next/docs/txn-use.md
index 3773193295..539bd95a46 100644
--- a/site2/website-next/docs/txn-use.md
+++ b/site2/website-next/docs/txn-use.md
@@ -25,6 +25,7 @@ This section provides an example of how to use the
transaction API to send and r
```
transactionCoordinatorEnabled=true
+ systemTopicEnabled=true
```