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 2020/06/10 00:51:57 UTC

[GitHub] [pulsar] xuesong172500 commented on pull request #7007: issue #6698, Add instantiation interface in Pulsar function (#6706)

xuesong172500 commented on pull request #7007:
URL: https://github.com/apache/pulsar/pull/7007#issuecomment-641655701


   After starting the function, if no message is sent, the initialization operation will not be performed, and the success of initialization cannot be guaranteed. In this way, the status of the runtime is normal, but the actual operation is abnormal
   
   
    
   From: Boyang Jerry Peng
   Date: 2020-06-10 01:57
   To: apache/pulsar
   CC: xuesong172500; Mention
   Subject: Re: [apache/pulsar] issue #6698, Add instantiation interface in Pulsar function (#6706) (#7007)
   @xuesong172500 thanks for working on this. We generally avoid adding new methods for the existing function interface. For prepare/initialize, can you just trigger the method after the "process" method gets the first message?
   —
   You are receiving this because you were mentioned.
   Reply to this email directly, view it on GitHub, or unsubscribe.
   


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