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/21 04:49:52 UTC

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

codelipenghui commented on pull request #14746:
URL: https://github.com/apache/pulsar/pull/14746#issuecomment-1073483021


   > BTW, the TypedMessageBuilder item is an interface rather than a component of a message. Can it be moved to https://pulsar.apache.org/docs/en/next/client-libraries-java/#configure-messages or somewhere else? @codelipenghui
   
   @momo-jun Yes, correct. It's not a component of a message, it's a builder for building message instances, and in most case users do not need to use it directly, instead, users should use `producer.newMessage()` to create messages.
   
   I think we can remove it from the above table first. And looks like the table also missed some components of a message, such as https://github.com/apache/pulsar/blob/master/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/Message.java#L175.


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