Anonymitaet commented on code in PR #671: URL: https://github.com/apache/pulsar-site/pull/671#discussion_r1287836845
########## docs/concepts-messaging.md: ########## @@ -464,7 +470,7 @@ If the consumer fails to receive all chunks of a message within a specified peri ## Topics -As in other pub-sub systems, topics in Pulsar are named channels for transmitting messages from producers to consumers. Topic names are URLs that have a well-defined structure: +A Pulsar topic is a unit of storage that organizes messages into a stream. As in other pub-sub systems, topics in Pulsar are named channels for transmitting messages from producers to consumers. Topic names are URLs that have a well-defined structure: Review Comment: Please update the relevant file (e.g., https://pulsar.apache.org/docs/next/tutorials-topic/) in the same PR to prevent omissions. <img width="1212" alt="image" src="https://github.com/apache/pulsar-site/assets/50226895/84cf88d2-b645-4355-8a9a-34ce2dbb6c9d"> -- 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]
