flowchartsman commented on issue #19721: URL: https://github.com/apache/pulsar/issues/19721#issuecomment-1496894105
@jiangpengcheng: I tried applying this fix to pulsar-admin and rebuilding with `mvn -pl pulsar-client-tools install -DskipTests`, and it still does not work: ``` ./pulsar-admin functions update --tenant mytenant --namespace mynamespace --name myfunction --go function://mytenant/mynamespace/[email protected] 2023-04-05T00:11:26,978-0400 [AsyncHttpClient-7-1] WARN org.apache.pulsar.client.admin.internal.BaseResource - [http://10.13.2.236:8081/admin/v3/functions/mytenant/mynamespace/myfunction] Failed to perform http put request: javax.ws.rs.BadRequestException: HTTP 400 Bad Request com.google.common.util.concurrent.UncheckedExecutionException: java.lang.IllegalArgumentException: Invalid package name 'myfunction' ``` -- 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]
