RobertIndie commented on code in PR #589: URL: https://github.com/apache/pulsar-site/pull/589#discussion_r1224137646
########## docs/client-libraries-producers.md: ########## @@ -41,33 +52,45 @@ Producer<String> producer = pulsarClient.newProducer(Schema.STRING) </Tabs> ```` -## Send messages +## Publish messages + +This example shows how to publish messages using producers. The publish operation will be done until the broker tells us that the message has been successfully published. It will return the message id after the message is published successfully. Review Comment: Thanks for your guidance. > Who returns the msg ID? Pulsar? Need to specify It's the broker. I have fixed it. -- 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]
