labuladong commented on code in PR #17455:
URL: https://github.com/apache/pulsar/pull/17455#discussion_r963445432


##########
site2/docs/client-libraries-go.md:
##########
@@ -424,6 +401,7 @@ if err != nil {
 defer consumer.Close()
 
 for i := 0; i < 10; i++ {
+    // may block here
        msg, err := consumer.Receive(context.Background())
        if err != nil {
                log.Fatal(err)

Review Comment:
   Code in markdown block will treat `\t` as 4 spaces. But you are right, I can 
use regex to replace them.



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