Technoboy- opened a new pull request, #20073: URL: https://github.com/apache/pulsar/pull/20073
Cherry-pick some parts from #18601. As #18601 is not cherry-picked to branch-2.11, and causes #20063. ### Motivation Most of the changes are style improvements. Some key changes are below: 1. Request users to set `functionsWorkerEnabled=true` before playing with Pulsar function. 2. For clarity, always use yaml file to create functions instead of CLI parameters, and remove the redundant `UserConfig` field in the example yaml file. 3. Rewrite the document for window function. The original document for window function is wrong. 4. Move `example-stateful-function-config.yaml` to `examples` folder when compile. ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [x] `doc` <!-- Your PR contains doc changes. --> - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later --> - [ ] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
