momo-jun commented on code in PR #16738:
URL: https://github.com/apache/pulsar/pull/16738#discussion_r927465678


##########
site2/docs/functions-cli.md:
##########
@@ -26,6 +26,7 @@ You can configure a function by using a predefined YAML file. 
The following tabl
 | namespace            | String                     | `--namespace`            
  | The namespace of a function.|
 | name                 | String                     | `--name`                 
  | The name of a function.|
 | className            | String                     | `--classname`            
  | The class name of a function. |
+| functionType         | String                     | `--function-type`        
  | The built-in Pulsar Function type |

Review Comment:
   ```suggestion
   | functionType         | String                     | `--function-type`      
    | The built-in function type. |
   ```



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to