Control Center for Confluent Platform

Confluent Control Center is a web-based tool for managing and monitoring Apache Kafka® in Confluent Platform. Control Center provides a user interface that enables you to get a quick overview of cluster health, observe and control messages, topics, and Schema Registry, and to develop and run ksqlDB queries.

Looking for a fully managed cloud-native service for Apache Kafka®?

Sign up for Confluent Cloud and get started for free using the Cloud quick start.

The following image provides an example of a Kafka environment without Confluent Control Center and a similar environment that has Confluent Control Center running. The environments use Kafka to transport messages from a set of producers to a set of consumers that are in different data centers, and uses Replicator to copy data from one cluster to another.

../_images/cp-kafka-with-c3-comparison.png

Configure and access Control Center

Control Center is installed as a part of Confluent Platform. For details about configuring Confluent Control Center, see Manage Control Center for Confluent Platform.

To access Control Center, when Confluent Platform including Control Center is running, open your web browser and navigate to the host and port where Control Center runs. By default, Control Center runs at http://localhost:9021/ . For details on available configurations, see Control Center Configuration Reference for Confluent Platform.

Control Center modes

Starting in Confluent Platform version 7.0.0, Control Center enables users to choose between Normal mode, which is consistent with earlier versions of Confluent Control Center and includes management and monitoring services, or Reduced infrastructure mode, meaning monitoring services are disabled, and the resource burden to operate Control Center is lowered. You configure the mode with the mode property. If the Control Center mode is not explicitly set, Confluent Control Center defaults to Normal mode.

Monitoring services and Normal mode

By default Control Center operates in Normal mode, meaning both management and monitoring features are enabled.

In Normal mode, in addition to management services discussed in the next section, Control Center offers the following monitoring features:

  • Metrics interceptors that collect metric data on clients (producers and consumers).
  • Kafka to move metrics data.
  • Control Center application server for analyzing stream metrics.

In Normal mode monitoring data is stored in internal topics that increase in size relative to the number of clusters connected to Control Center, and the number of topics and partitions in the clusters.

The following image shows an example of Control Center running in Normal mode.

../_images/c3-clusters-main-page.png

Clusters - Normal mode

Management services and Reduced infrastructure mode

To provide management services, Control Center acts as a client that redirects requests to their appropriate servers. For example, requests to update broker settings or to create a new topic will be redirected to Kafka; requests to create a new connector will be redirected to Kafka Connect.

Management services are provided in both Normal and Reduced infrastructure mode.

Reduced infrastructure mode means that no metrics and/or monitoring data is visible in Control Center and internal topics to store monitoring data are not created. Because of this, the resource burden of running Control Center is lower in Reduced infrastructure mode. For more information about the reduced system requirements for Control Center in Reduced infrastructure mode, see Confluent Platform System Requirements.

Reduced infrastructure mode is designed for use with Monitor Confluent Platform with Health+ monitoring features and is compatible with a limited set of triggers.

The following image shows an example of Control Center running in Reduced infrastructure mode.

../_images/c3-mgmt-mode.png

Clusters - Reduced infrastructure mode

Control Center pages

Control Center includes the following pages where you can drill down to view data and configure features in your Kafka environment. The following table lists Control Center pages and what they display depending on the mode for Confluent Control Center.

Control Center page Normal mode Reduced infrastructure mode
Clusters overview View healthy and unhealthy clusters at a glance and search for a cluster being managed by Control Center. Click on a cluster tile to drill into views of critical metrics and connected services for that cluster. View healthy and unhealthy clusters, the number of topics, and connected services.
Brokers overview View broker partitioning and replication status, which broker is the active controller, and broker metrics like throughput and more. Same as Normal mode. To access the Brokers page in Reduced infrastructure mode, Use the Brokers navigation menu entry.
Topics Add and edit topics, view production and consumption metrics for a topic. Browse, create, and download messages, and manage Schema Registry for topics. Add and edit topics. Browse, create, download messages, and manage Schema Registry for topics. Note that internal topics are not created in Reduced infrastructure mode.
Connect Manage, monitor, and configure connectors with Kafka Connect, the toolkit for connecting external systems to Kafka. Same as Normal mode.
ksqlDB Develop applications against ksqlDB, the streaming SQL engine for Kafka. Use the ksqlDB page in Control Center to: run, view, and terminate SQL queries; browse and download messages from query results; add, describe, and drop streams and tables; and view schemas of available streams and tables in a cluster. Same as Normal mode.
Consumers View the consumer groups associated with a selected Kafka cluster, including the number of consumers per group, the number of topics being consumed, and consumer lag across all relevant topics. The Consumers feature also contains the redesigned streams monitoring page. Same as Normal mode.
Replicators Monitor and configure replicated topics and create replica topics that preserve topic configuration in the source cluster. Configure replicated topics and create replica topics that preserve topic configuration in the source cluster.
Cluster Settings View and edit cluster properties and broker configurations. Same as Normal mode.
Alerts Use Alerts to define the trigger criteria for anomalous events that occur during data monitoring and to trigger an alert when those events occur. Set triggers, actions, and view alert history across all of your Control Center clusters. Use Alerts to define a limited set of triggers that do not rely on monitoring and/or metrics data (Cluster down, consumer lag and consumer lead).

Tip

Take advantage of auto-updates for the Control Center user interface. For more information, see Manage Control Center Updates for Confluent Platform.