Package Pulsar Functions

If you want to submit and run functions in cluster mode, you need to package your functions first.

Prerequisite

Before running a Pulsar function, you need to start Pulsar.

You can run a standalone Pulsar in Docker, or run Pulsar in Kubernetes. To check whether the Docker image starts, you can use the docker ps command.

Package functions by programming language