Describe the bug
Context: the function workers are not in the brokers.
When invoking the service URL of a function worker to get the list of deployed functions in a given namespace, the response is 404 Not Found (while there are functions deployed).
To Reproduce
Steps to reproduce the behavior:
pulsar-admin --admin-url http://my-host:6750 functions list --namespace my-namespace --tenant my-tenant)HTTP 404 Not FoundAlso test with curl, same result.
If the worker run in a broker, the response is correct.
The other pulsar-admin commands such as functions create are working.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Desktop (please complete the following information):
Additional context
@bbonnin Have you tried the latest Pulsar version?
Hi, with Pulsar 2.5.2, now, I can list the functions. :)
Most helpful comment
Hi, with Pulsar 2.5.2, now, I can list the functions. :)