Anonymitaet commented on code in PR #461:
URL: https://github.com/apache/pulsar-site/pull/461#discussion_r1142774100


##########
docs/functions-cli.md:
##########
@@ -63,7 +63,7 @@ You can configure a function by using a predefined YAML file. 
The following tabl
 | maxPendingAsyncRequests | Int    | `--max-message-retries`    | The max 
number of pending async requests per instance to avoid a large number of 
concurrent requests. |
 | exposePulsarAdminClientEnabled | Boolean | N/A                | Whether the 
Pulsar admin client is exposed to function context or not. By default, it is 
disabled. |
 | subscriptionPosition | String    | `--subs-position`          | The position 
of Pulsar source subscription used for consuming messages from a specified 
location. The default value is `Latest`.|
-
+| skipToLatest         | Boolean   | `--skip-to-latest`         | Whether the 
consumer should skip to the latest message upon the function instance restarts. 
|

Review Comment:
   ```suggestion
   | skipToLatest         | Boolean   | `--skip-to-latest`         | Whether 
the consumer should skip to the latest message upon the function instance 
restarts. |
   ```
   Why use "upon" instead of "once"?



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