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/08/29 11:39:41 UTC

[GitHub] [pulsar] zhanghaou commented on pull request #16215: Add first message's properties to batch message metadata.

zhanghaou commented on PR #16215:
URL: https://github.com/apache/pulsar/pull/16215#issuecomment-1230169520

   > > When use java client to build batch message, properties in single message can not add to batch message’s metadata.
   > 
   > Sorry I don't get why we need to add the properties to batch meta? Can you clarify your use case? @zhanghaou
   
   @Jason918 We need to get the properties in pulsar broker side, but if use batch message in java client, we can not get batch message's properties if we don't decode the batch message. Some other metadata were copied to batch message's from first message's metadata, so I think properties can also added to batch message's metadata(Maybe make it configurable is better).


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