You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/22 02:35:51 UTC

[GitHub] [pulsar] Anonymitaet commented on a change in pull request #14746: [improve][doc] Describe message ID and enhance the description of sequence ID

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



##########
File path: site2/docs/concepts-messaging.md
##########
@@ -20,11 +20,12 @@ Value / data payload | The data carried by the message. All Pulsar messages cont
 Key | Messages are optionally tagged with keys, which is useful for things like [topic compaction](concepts-topic-compaction.md).
 Properties | An optional key/value map of user-defined properties.
 Producer name | The name of the producer who produces the message. If you do not specify a producer name, the default name is used. 
+Topic name | The name of the topic that the message is published to.

Review comment:
       ```suggestion
   Topic name | The name of the topic to which the message is published.
   ```




-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org