anguillanneuf opened a new issue, #20063: URL: https://github.com/apache/pulsar/issues/20063
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version The Get Started guide for [stateful functions](https://pulsar.apache.org/docs/2.11.x/functions-quickstart/#start-stateful-functions) can't be followed because this file `examples/example-stateful-function-config.yaml` does not appear to exist.  ```sh tz@pantone:~/apache-pulsar-2.11.0$ ls examples/ api-examples.jar example-function-config.yaml example-window-function-config.yaml python-examples ``` Furthermore, the contents of `examples/example-window-function-config.yaml` (unzipped from the 2.11 distro) does not match what's published in the documentation, causing some steps in the tutorial to not work as intended.  ### Minimal reproduce step Follow the following guides in order using a fresh installation of pulsar 2.11: 1. https://pulsar.apache.org/docs/2.11.x/functions-quickstart/#start-functions 2. https://pulsar.apache.org/docs/2.11.x/functions-quickstart/#start-stateful-functions 3. https://pulsar.apache.org/docs/2.11.x/functions-quickstart/#start-window-functions ### What did you expect to see? The tutorial to work as described in the official documentation. ### What did you see instead? Step No. 7 in https://pulsar.apache.org/docs/2.11.x/functions-quickstart/#start-functions made no sense to me as a new user. https://pulsar.apache.org/docs/2.11.x/functions-quickstart/#start-stateful-functions can't be followed at all because the example file is missing. I needed to update `` accordingly in order to run https://pulsar.apache.org/docs/2.11.x/functions-quickstart/#start-window-functions. ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
