srkukarni commented on a change in pull request #4093: [issue#4042] improve java functions API URL: https://github.com/apache/pulsar/pull/4093#discussion_r280842759
########## File path: pulsar-functions/java-examples/src/main/java/org/apache/pulsar/functions/api/examples/PublishFunctionWithMessageConf.java ########## @@ -18,6 +18,8 @@ */ package org.apache.pulsar.functions.api.examples; +import org.apache.pulsar.client.api.PulsarClientException; Review comment: can you rename this file to saying typedMessageBuilderPublish ---------------------------------------------------------------- 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
