Skip to content

Commit

Permalink
fix classname flag in python function example (apache#2766)
Browse files Browse the repository at this point in the history
  • Loading branch information
cckellogg authored and sijie committed Oct 11, 2018
1 parent 11a6982 commit 04bd8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site2/docs/functions-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ Here, the `process` method defines the processing logic of the Pulsar Function.
```bash
$ bin/pulsar-admin functions create \
--py reverse.py \
--class-name reverse \
--classname reverse \
--inputs persistent://public/default/backwards \
--output persistent://public/default/forwards \
--tenant public \
Expand Down

0 comments on commit 04bd8bd

Please sign in to comment.