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/07/24 12:12:12 UTC

[GitHub] [pulsar] asafm commented on issue #16680: PIP-191: Support batched message using entry filter

asafm commented on issue #16680:
URL: https://github.com/apache/pulsar/issues/16680#issuecomment-1193305602

   > All messages in one batch must have the same batch properties (both key and value
   Is this true now or do you plan to enforce it?
   
   > batchedFilterProperties
   What does this contain? Property names to extract from the messages to be placed in the batch entry metadata properties?
   
   Regarding the extraction. Say I have Message 1 with property region=eu, and Message 2 with property region=us. The end result of batch metadata properties will be region=eu, us?
   The reason I'm asking is: Can you please clarify in the doc the process of properties extraction exactly. 


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