This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/storm.git
commit 96cc304b0e9acaa2cd0b8bcbb0c95e348334d751 Author: Bharat Gulati <[email protected]> AuthorDate: Mon Jul 24 09:55:40 2023 +0530 update README --- docs/flux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flux.md b/docs/flux.md index 08c08957d..8b7f09d09 100644 --- a/docs/flux.md +++ b/docs/flux.md @@ -771,7 +771,7 @@ The `override` property controls how includes affect the values defined in the c **N.B.:** Includes are not yet recursive. Includes from included files will be ignored. ## Worker Hooks -Flux allows you to attach topology component that can be executed when a worker starts, and when a worker shuts down. It can be useful when you want to execute operations before topology processing starts, or cleanup operations before your workers shut down, e.g. managing application context. Worker Hooks should be an implementation of [IWorkerHook]({{page.git-blob-base}}/storm-client/src/jvm/org/apache/storm/hooks/IWorkerHook.java). Other than that, they follow similar Bean definition s [...] +Flux allows you to attach topology components that can be executed when a worker starts, and when a worker shuts down. It can be useful when you want to execute operations before topology processing starts, or cleanup operations before your workers shut down, e.g. managing application context. Worker Hooks should be an implementation of [IWorkerHook]({{page.git-blob-base}}/storm-client/src/jvm/org/apache/storm/hooks/IWorkerHook.java). Other than that, they follow similar Bean definition [...] Worker Hooks are specified as a map of bean definitions:
