You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/06/04 16:53:57 UTC

[GitHub] [pulsar] hapihu opened a new pull request #4470: [Pulsar Functions]Update functions-overview.md

hapihu opened a new pull request #4470: [Pulsar Functions]Update functions-overview.md
URL: https://github.com/apache/pulsar/pull/4470
 
 
   In the current version, the interface 'org.apache.pulsar.functions.api.Context' does not have method 'getName()'.
   On the contrary, the interface has the method 'getFunctionName()'.
   So i change 'context.getName()' to 'context.getFunctionName()'.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services