jerrypeng commented on issue #4093: [issue#4042] improve java functions API URL: https://github.com/apache/pulsar/pull/4093#issuecomment-485076939 @sijie I don't want to yet introduce another way for users to publish messages. We already have the publish method so lets just keep it. We can condense some of the parameters of the publish method into this message conf builder. We can also use the same builder and pass it to set for output messages if the users would rather return a output from the function. We should have uniform way to specify the message configurations for both messages user want to publish and outputs returned by the function.
---------------------------------------------------------------- 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
