2019-06-29 23:19:19 UTC - Fredrick P Eisele: I have a pulsar cluster with three nodes. I am preparing to install a pulsar-source-connector on that cluster. When I look at `curl -s <http://localhost:8080/admin/v2/worker/cluster>` I get `{"reason":"Function worker service is not done initializing. Please try again in a little while."}`. The cluster has been running for a few days so I doubt that waiting longer will make any difference.
Something is unclear to me. Do I install my *.nar file in the <pulsar-home>/connectors directory on each machine in the cluster? I believe the answer is yes. Do I perform the `./bin/pulsar-admin source create ...` on each machine in the cluster? I suspect that I need to configure the <http://pulsar.apache.org/docs/en/functions-worker/> yaml file properly for cluster operation? ---- 2019-06-29 23:41:08 UTC - Sijie Guo: How did you enable function worker? ---- 2019-06-30 01:00:47 UTC - Fredrick P Eisele: I see the issue <https://github.com/apache/pulsar/issues/2328> I had to get all my cluster names in the function_worker.yaml updated (I had set it wrong). As mentioned in the issue, I had to go into zookeeper and fix the /admin/policies/public/functions" has "replication_clusters":["standalone"] . Just updating the function_worker.yaml and restarting pulsar did not cause the replication_clusters to be updated. ----