You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/06/02 07:28:04 UTC

[GitHub] [pulsar] Anonymitaet commented on a change in pull request #10777: [Doc] Modify transaction doc.

Anonymitaet commented on a change in pull request #10777:
URL: https://github.com/apache/pulsar/pull/10777#discussion_r643722148



##########
File path: site2/docs/transaction-api.md
##########
@@ -1,12 +1,10 @@
 ---
 id: transactions-api
-title: Transactions API (Developer Preview)
+title: Transactions API
 sidebar_label: Transactions API
 ---
 
-All messages in a transaction is available only to consumers after the transaction is committed. If a transaction is aborted, all the writes and acknowledgments in this transaction rollback. 
-
-Currently, Pulsar transaction is a developer preview feature. It is disabled by default. You can enable the feature and use transactions in your application in development environment.
+All messages in a transaction is available only to consumers after the transaction has been committed. If a transaction has been aborted, all the writes and acknowledgments in this transaction rollback. 

Review comment:
       ```suggestion
   All messages in a transaction are available only to consumers after the transaction has been committed. If a transaction has been aborted, all the writes and acknowledgments in this transaction roll back. 
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org