visortelle commented on code in PR #712: URL: https://github.com/apache/pulsar-site/pull/712#discussion_r1508005847
########## docs/txn-advanced-features.md: ########## @@ -37,10 +37,34 @@ If you want to enable authentication with transactions, follow the steps below. 2. [Configure authentication](security-overview/#authentication) in a Pulsar client. +## Select transaction isolation level + +In order to enhance the flexibility of pulsar transactions, pulsar transactions support two different isolation levels, the default isolation level is Read Committed: Review Comment: ```suggestion In order to enhance the flexibility of Pulsar transactions, pulsar transactions support two different isolation levels, the default isolation level is Read Committed: ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
