devinbost edited a comment on issue #4857: Error: "Trying to subscribe with incompatible schema" even though isSchemaValidationEnforced=false URL: https://github.com/apache/pulsar/issues/4857#issuecomment-517830795 @sijie Is there a way to create the topic from the CLI? When we run these commands: `$ docker standalone run -it --net=host -v /etc/pulsar:/pulsar/conf -v /data/provisioning:/pulsar/data apachepulsar/pulsar-all:2.3.2 /bin/bash` `$ bin/pulsar-admin topics create persistent://example-tenant/ingest/example-kafka-topic` We get this error: > Expected a command, got create > > Exception in thread "main" com.beust.jcommander.ParameterException: Asking description for unknown command: null > at com.beust.jcommander.JCommander.getCommandDescription(JCommander.java:1003) > at com.beust.jcommander.JCommander.usage(JCommander.java:988) > at com.beust.jcommander.JCommander.usage(JCommander.java:980) > at com.beust.jcommander.JCommander.usage(JCommander.java:972) > at org.apache.pulsar.admin.cli.CmdBase.run(CmdBase.java:49) > at org.apache.pulsar.admin.cli.PulsarAdminTool.run(PulsarAdminTool.java:189) > at org.apache.pulsar.admin.cli.PulsarAdminTool.main(PulsarAdminTool.java:231)
---------------------------------------------------------------- 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
