You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/07/22 09:15:14 UTC

[GitHub] [pulsar] cbornet opened a new pull request, #16738: Add doc for function type to functions-cli.md

cbornet opened a new pull request, #16738:
URL: https://github.com/apache/pulsar/pull/16738

   Doc for #16075
   
   ### Documentation
   
   Check the box below or label this PR directly.
   
   Need to update docs? 
   
   - [ ] `doc-required` 
   (Your PR needs to update docs and you will update later)
     
   - [ ] `doc-not-needed` 
   (Please explain why)
     
   - [x] `doc` 
   (Your PR contains doc changes)
   
   - [ ] `doc-complete`
   (Docs have been already added)


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] cbornet commented on pull request #16738: Add doc for function type to functions-cli.md

Posted by GitBox <gi...@apache.org>.
cbornet commented on PR #16738:
URL: https://github.com/apache/pulsar/pull/16738#issuecomment-1192361325

   cc @momo-jun 


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] codelipenghui merged pull request #16738: [improve][doc] Add doc for function type to functions-cli.md

Posted by GitBox <gi...@apache.org>.
codelipenghui merged PR #16738:
URL: https://github.com/apache/pulsar/pull/16738


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] momo-jun commented on a diff in pull request #16738: Add doc for function type to functions-cli.md

Posted by GitBox <gi...@apache.org>.
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org