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/08 19:41:58 UTC

[GitHub] [pulsar] jerrypeng opened a new pull request #4005: Set key for message when using function publish

jerrypeng opened a new pull request #4005: Set key for message when using function publish
URL: https://github.com/apache/pulsar/pull/4005
 
 
   
   ### Motivation
   
   In java functions, when a user calls publish, the outgoing message does not have a key set even though in the input message has a key.  By default, set the same key for the outgoing publish method.  This is the behavior when sending messages that are returned by the function
   
   In python functions,  the message key is never set.  Make python functions consistent with java functions
   

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