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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
