KamenRiderKuuga opened a new issue, #20600: URL: https://github.com/apache/pulsar/issues/20600
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version `2.10.2.4` ps: `streamnative/sn-pulsar:2.10.2.4` ### Minimal reproduce step Try to use the example function: ```bash bin/pulsar-admin functions create \ --function-config-file examples/example-function-config.yaml \ --jar examples/api-examples.jar ``` ### What did you expect to see? The function successfully created ### What did you see instead? It returns the message: ``` Pulsar Function Worker is not enabled, probably functionsWorkerEnabled is set to false ``` ### Anything else? The `functionsWorkerEnabled` in `standalone.conf` has been set to true, and this is confirmed in the log when Pulsar starts. This doesn't look like a configuration issue, what could be the reason for this, is there any more information I can provide? ### 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]
