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/23 19:20:24 UTC

[GitHub] [pulsar] sijie opened a new issue #4110: Function should support `Message`

sijie opened a new issue #4110: Function should support `Message<T>`
URL: https://github.com/apache/pulsar/issues/4110
 
 
   **Is your feature request related to a problem? Please describe.**
   
   The message metadata is lost in source/function. People can not use these information for their computation. 
   
   **Describe the solution you'd like**
   
   Similar as what was discussed in #4093, we should support using `Message<T>` as the input for a source or a function.
   
   ```
   public class MessageFunction implements Function<Message<String>, String>> {
   ...
   }
   ```
   
   **Describe alternatives you've considered**
   
   N/A
   

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