BewareMyPower commented on a change in pull request #12745:
URL: https://github.com/apache/pulsar/pull/12745#discussion_r747316777
##########
File path: site2/docs/concepts-messaging.md
##########
@@ -396,6 +397,57 @@ producer = client.create_producer(topic='my-topic',
batching_type=pulsar.Batchin
> * You need to specify a key or orderingKey for messages.
> * You cannot use cumulative acknowledgment with Key_Shared type.
+### Subscription mode
+
+#### What is subscription mode
+
+The subscription mode indicates the cursor type.
+
+- When a subscription is created, an associated cursor is created to record
the last consumed position.
+
Review comment:
I think no blank line is needed for a list in markdown.
```
- line 01
- line 02
```
--
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]