vishalananth07 opened a new issue #6408: Not able to create a Pulsar function URL: https://github.com/apache/pulsar/issues/6408 **Describe the bug** We are trying to create a Pulsar function and deploy that in a bare-metal cluster we already have. We are creating the Exclamation function(exfun.py) given in the example as follows ``` bin/pulsar-admin functions create --py exfun.py --classname ExclamationFunction --tenant public --namespace default --name process --inputs test-in-1 --output test-out-1 ``` But it gives the following error ``` null Reason: java.lang.NumberFormatException: For input string: "8080,fyp2:8080" ``` We are having a 2-node cluster with the following configuration: ``` bin/pulsar initialize-cluster-metadata --cluster pulsar-cluster-1 --zookeeper fyp1:2181 --web-service-url http://fyp1:8080,fyp2:8080 --broker-service-url pulsar://fyp1:6650,fyp2:6650 --configuration-store fyp1:2181 ``` Can you please help us here @jiazhai @sijie ? Thanks :)
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
