BewareMyPower opened a new pull request, #452:
URL: https://github.com/apache/pulsar-client-cpp/pull/452
With the latest image, the `pulsar-init` service will fail with command line
parsing.
```
picocli.CommandLine$UnmatchedArgumentException: Unmatched arguments from
index 0: '
', '
', '
', '
', '
'
Exception in thread "main" picocli.CommandLine$UnmatchedArgumentException:
Unmatched arguments from index 0: '
', '
', '
', '
', '
'
at
picocli.CommandLine$Interpreter.validateConstraints(CommandLine.java:13662)
at picocli.CommandLine$Interpreter.parse(CommandLine.java:13614)
at picocli.CommandLine$Interpreter.parse(CommandLine.java:13559)
at picocli.CommandLine$Interpreter.parse(CommandLine.java:13454)
at picocli.CommandLine.parseArgs(CommandLine.java:1552)
at
org.apache.pulsar.PulsarClusterMetadataSetup.main(PulsarClusterMetadataSetup.java:227)
```
--
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]