jerrypeng commented on a change in pull request #4093: [issue#4042] improve 
java functions API
URL: https://github.com/apache/pulsar/pull/4093#discussion_r280880694
 
 

 ##########
 File path: 
pulsar-functions/java-examples/src/main/java/org/apache/pulsar/functions/api/examples/typedMessageBuilderPublish.java
 ##########
 @@ -30,7 +32,7 @@
  * to publish to a desired topic based on config and setting various message 
configurations to be passed along.
  *
  */
-public class PublishFunctionWithMessageConf implements Function<String, Void> {
+public class typedMessageBuilderPublish implements Function<String, Void> {
 
 Review comment:
   The "t" needs to be capitalized.  That is the convention for naming classes 
in java

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

Reply via email to