michaeljmarshall opened a new issue, #20548: URL: https://github.com/apache/pulsar/issues/20548
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### What issue do you find in Pulsar docs? I tried to follow https://pulsar.apache.org/docs/3.0.x/functions-quickstart/, but I ran into issues. Specifically, when trying to run ```shell bin/pulsar-admin functions create \ --function-config-file examples/example-function-config.yaml \ --jar examples/api-examples.jar ``` I got errors because the files were moved. I see these files: * `pulsar-functions/java-examples/target/pulsar-functions-api-examples.jar` * `pulsar-functions/java-examples/src/main/resources/example-function-config.yaml` ### What is your suggestion? I am not exactly sure what the right doc solution is. I tried to find something from the git history, but `git log --full-history -- examples/api-examples.jar` yields nothing. If we do recommend using this jar `pulsar-functions/java-examples/target/pulsar-functions-api-examples.jar`, we'll need to mention that users must build the project to build the jar. ### Any reference? _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]
