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/13 01:37:26 UTC

[GitHub] [pulsar] jerrypeng opened a new issue #4041: For functions, allow users to configure whether the output should inherit the key of the input

jerrypeng opened a new issue #4041: For functions, allow users to configure whether the output should inherit the key of the input
URL: https://github.com/apache/pulsar/issues/4041
 
 
   **Is your feature request related to a problem? Please describe.**
   
   Currently, for Java functions, if the input message has a key associated with it, it is automatically inherit onto by the output message.
   
   This might not be the desirable behavior for all scenarios.
   
   In Python functions, the keys of input messages are not inherited by output messages.
   
   **Describe the solution you'd like**
   
   Allow users to configure that behavior.  Make behavior of Python and Java functions consistent
   
   

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