Jennifer88huang commented on a change in pull request #5531: Documentation
updates, mainly for Python API
URL: https://github.com/apache/pulsar/pull/5531#discussion_r341597266
##########
File path: site2/docs/functions-overview.md
##########
@@ -123,6 +123,18 @@ class RoutingFunction(Function):
context.get_logger().warn(warning)
```
+If this code is stored in `~/router.py` then you would deploy it in your
Pulsar cluster using the [command
line](functions-deploy.md#command-line-interface) as follows.
Review comment:
```suggestion
If this code is stored in `~/router.py`, then you can deploy it in your
Pulsar cluster using the [command
line](functions-deploy.md#command-line-interface) as follows.
```
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services