Closed ayush-chauhan closed 6 years ago
Control Center is part of the Confluent Enterprise offering. It is not included in Confluent Open Source.
Yeah, I see that. In the documentation, all the commands are given for enterprise edition and nothing is mentioned about it.
/cc @confluentinc/docs
@ayush-chauhan, thanks for the heads up! This issue has been fixed in the topic.
@JimGalasyn Thanks for updating it
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
Whereas in the documentation, it also starts control-center.
I even tried to start control-center manually(
bin/confluent control-center
) but got this errorUnknown 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