DaveDuggins commented on code in PR #18379: URL: https://github.com/apache/pulsar/pull/18379#discussion_r1018458397
########## site2/docs/tutorials-topic.md: ########## @@ -0,0 +1,34 @@ +--- +Id: tutorials-topic +title: How to create a topic +sidebar_label: “Tutorials” +— + +Apache Pulsar is a distributed messaging system that supports high performance and low latency. Topics are the primary way to structure data in Apache Pulsar. A Pulsar topic is a unit of storage that organizes messages into a stream. Each message in a topic has an offset, which uniquely identifies the message within the topic. + +Prerequisites: +[Publish to partitioned topics](admin-api-topics#publish-to-partitioned-topics) Review Comment: OK -- 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]
