Anonymitaet commented on a change in pull request #12504:
URL: https://github.com/apache/pulsar/pull/12504#discussion_r738000371
##########
File path: site2/docs/functions-runtime.md
##########
@@ -136,6 +136,10 @@ functionRuntimeFactoryConfigs:
extraFunctionDependenciesDir:
# Additional memory padding added on top of the memory requested by the
function per on a per instance basis
percentMemoryPadding: 10
+ # The duration in seconds before the StatefulSet deleted on function
stop/restart.
+ # Value must be non-negative integer. The value zero indicates delete
immediately.
Review comment:
```suggestion
# Value must be a non-negative integer. 0 indicates the StatefulSet is
deleted immediately.
```
do you mean this?
##########
File path: site2/docs/functions-runtime.md
##########
@@ -136,6 +136,10 @@ functionRuntimeFactoryConfigs:
extraFunctionDependenciesDir:
# Additional memory padding added on top of the memory requested by the
function per on a per instance basis
percentMemoryPadding: 10
+ # The duration in seconds before the StatefulSet deleted on function
stop/restart.
Review comment:
```suggestion
# The duration (in seconds) before the StatefulSet is deleted after a
function stops or restarts.
```
do you mean this?
--
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]