nodece commented on issue #23722: URL: https://github.com/apache/pulsar/issues/23722#issuecomment-2547710033
Thanks for your report. The latest Pulsar uses picocli to parse the command, it is more strict than jcommander. I reported this issue to the picocli a long time ago, go to https://github.com/remkop/picocli/issues/2348. Could you use `/bin/sh/ -c "COMMAND"` in the `docker-compose.yml`? You can check https://github.com/apache/pulsar-client-go/pull/1304, it works fine. -- 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]
