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



##########
File path: site2/docs/client-libraries-cpp.md
##########
@@ -253,52 +253,227 @@ pulsar+ssl://pulsar.us-west.example.com:6651
 
 ## Create a consumer
 
-To use Pulsar as a consumer, you need to create a consumer on the C++ client. 
The following is an example. 
+To use Pulsar as a consumer, you need to create a consumer on the C++ client. 
There are two main ways of using the consumer:
+- blocking style: synchronously calling `receive(msg)`
+- asynchronous (event based) style: using a message listener

Review comment:
       capitalize the first word?




-- 
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]


Reply via email to