confluentinc / confluent-cli

Confluent Platform CLI
Other
60 stars 38 forks source link

Support Java9 #53

Open framiere opened 7 years ago

framiere commented 7 years ago

--add-modules is to be sprinkled around.

kkonstantine commented 7 years ago

This is not an issue of the CLI since it's using the bin scripts of each service and does not call java directly to start any of the services or commands.

Thanks for spotting this in the first place though! I filed: https://github.com/confluentinc/kafka-rest/issues/356 and https://github.com/confluentinc/schema-registry/issues/661 respectively to the affected services (Schema Registry and Rest Proxy) to track when the issue is resolved.