GitHub user lhotari edited a comment on the discussion: Can Multiple Functions Use the Same .jar in Apache Pulsar?
You can have multiple functions in the same .jar file, but you would have to upload the file separately for each function. It would be a useful feature to be able to define and run multiple functions together, however that feature doesn't exist. Pulsar Functions does have the package manager feature ([PIP-50](https://github.com/apache/pulsar/wiki/PIP-50:-Package-Management)) which allows sharing the uploaded file, but that's doesn't cover creating, updating and running multiple functions together. GitHub link: https://github.com/apache/pulsar/discussions/22737#discussioncomment-9492452 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
