confluentinc / confluent-cli

Confluent Platform CLI
Other
60 stars 38 forks source link

confluent start not starting control-center #105

Closed ayush-chauhan closed 6 years ago

ayush-chauhan commented 6 years ago

I have downloaded Confluent 5.0.0 open source and following the quickstart guide to explore confluent. When I ran bin/confluent start it gives the following output

Starting zookeeper
zookeeper is [UP]
Starting kafka
kafka is [UP]
Starting schema-registry
schema-registry is [UP]
Starting kafka-rest
kafka-rest is [UP]
Starting connect
connect is [UP]
Starting ksql-server
ksql-server is [UP]

Whereas in the documentation, it also starts control-center.

I even tried to start control-center manually(bin/confluent control-center) but got this error Unknown command 'control-center'

I think due to this, whenever I try to add sample data for the Kafka topic I am getting java.lang.ClassNotFoundException: io.confluent.monitoring.clients.interceptor.MonitoringProducerInterceptor

ewencp commented 6 years ago

Control Center is part of the Confluent Enterprise offering. It is not included in Confluent Open Source.

ayush-chauhan commented 6 years ago

Yeah, I see that. In the documentation, all the commands are given for enterprise edition and nothing is mentioned about it.

ewencp commented 6 years ago

/cc @confluentinc/docs

JimGalasyn commented 6 years ago

@ayush-chauhan, thanks for the heads up! This issue has been fixed in the topic.

ayush-chauhan commented 6 years ago

@JimGalasyn Thanks for updating it