jerrypeng commented on issue #4110: Function should support `Message<T>` URL: https://github.com/apache/pulsar/issues/4110#issuecomment-486018279 @sijie I am open for having inputs as Message<T>, my only concern is for users to only have one way to get the contextual information about the input whatever that might be and not duplicating functionality in different parts of the functions code base. It just gets confusing not only for the user of functions but also developers when you can get the same info via different methods. Alternatively, we could also add a getActualMessage() method to PulsarRecord.
---------------------------------------------------------------- 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
