Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[doc] Add documentation about running Pulsar Functions using LocalRunner #6044
Comments
This was referenced Jan 14, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
Besides running or submitting functions using CLI, Pulsar also supports running Pulsar Functions in a programmable way via
LocalRunnerclass. It is better to document how to run Pulsar Functions in a programmable way.See: https://github.com/apache/pulsar/blob/320cebe09f80116a2df81a5df1bcfd518ecf8c08/pulsar-functions/localrun/src/main/java/org/apache/pulsar/functions/LocalRunner.java