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 2019/04/25 01:18:16 UTC

[GitHub] [pulsar] ConcurrencyPractitioner opened a new pull request #4127: [Issue#4110] [component/functions] Adding getActualMessage() method

ConcurrencyPractitioner opened a new pull request #4127: [Issue#4110] [component/functions] Adding getActualMessage() method
URL: https://github.com/apache/pulsar/pull/4127
 
 
   ### Motivation
   
   The message metadata that Pulsar Function uses is unavailable to the user. Consequently, they could not use this metadata for their own computations. We wish to expose this metadata.
   
   ### Modifications
   
   After discussion in the issue, it has been agreed that adding a new ```getActualMessage()``` method to PulsarRecord will help fix this problem. 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services