GitHub user nlu90 added a comment to the discussion: Pulsar Functions lifecycle and depolyment details.
If you use `ThreadRuntime`, they all run within the Function Worker process. If you use `ProcessRuntime`, each function's instance gets its own process. If you use `KubernetesRuntime`, each function's instance gets its own pod. GitHub link: https://github.com/apache/pulsar/discussions/20195#discussioncomment-5864425 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
