Anonymitaet commented on code in PR #537:
URL: https://github.com/apache/pulsar-site/pull/537#discussion_r1175866970


##########
docs/client-libraries-producers.md:
##########
@@ -784,4 +784,41 @@ This example shows how to set the `EnforceUnencrypted` 
encryption policy.
 
   </TabItem>
 </Tabs>
-````
\ No newline at end of file
+````
+
+## Configure Access mode
+
+Access mode allow applications to require exclusive producer access on a topic 
in order to achieve a "single-writer" situation.
+
+More information about access mode can be found 
[concepts-clients](concepts-clients.md#access-mode).

Review Comment:
   ```suggestion
   
   ```



##########
docs/client-libraries-producers.md:
##########
@@ -784,4 +784,41 @@ This example shows how to set the `EnforceUnencrypted` 
encryption policy.
 
   </TabItem>
 </Tabs>
-````
\ No newline at end of file
+````
+
+## Configure Access mode
+
+Access mode allow applications to require exclusive producer access on a topic 
in order to achieve a "single-writer" situation.

Review Comment:
   ```suggestion
   [Access mode](concepts-clients.md#access-mode) allows applications to 
require exclusive producer access on a topic to achieve a "single-writer" 
situation.
   ```



##########
docs/client-libraries-producers.md:
##########
@@ -784,4 +784,41 @@ This example shows how to set the `EnforceUnencrypted` 
encryption policy.
 
   </TabItem>
 </Tabs>
-````
\ No newline at end of file
+````
+
+## Configure Access mode

Review Comment:
   ```suggestion
   ## Configure access mode
   ```



-- 
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: commits-unsubscr...@pulsar.apache.org

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

Reply via email to