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: [email protected] With regards, Apache Git Services
