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/10/11 13:37:53 UTC

[GitHub] [pulsar] Guchman opened a new issue #5367: Deploy function without starting it

Guchman opened a new issue #5367: Deploy function without starting it
URL: https://github.com/apache/pulsar/issues/5367
 
 
   I want to start and stop function on different system events.
   Example:
   I have dataflows A and B.
   
   "A" is initial db state, "B" is updates from journal log.
   I need datastream where B goes strongly after A.
   So I have Bridge function that will shot circuit B on A
   
   I could deploy function when event occurred, but I don't want my application service to deploy functions. It must simply start and stop it.

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