You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "momo-jun (via GitHub)" <gi...@apache.org> on 2023/03/21 06:40:17 UTC

[GitHub] [pulsar-site] momo-jun commented on a diff in pull request #461: [feat][doc] Add new configs `skipToLatest` and `compressionType`

momo-jun commented on code in PR #461:
URL: https://github.com/apache/pulsar-site/pull/461#discussion_r1142943256


##########
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:
   Thanks for your comment. After thinking it through, I agree that "once" suits the sentence better with simplicity, which equals "upon the restart of the function instance".



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