All Products
Search
Document Center

ApsaraMQ for Kafka:Get started with Control Center

Last Updated:Mar 10, 2026

Control Center is the built-in web interface for ApsaraMQ for Confluent. Use it to create topics, configure schemas, monitor broker health, and manage cluster-level settings from a single dashboard.

Each page in Control Center maps to a management task:

PageWhat it does
HomeDisplays the cluster card for navigating into cluster management
TopicsCreate, configure, and monitor topics. Set up schemas and validation rules
BrokersMonitor broker health, throughput, latency, and disk usage
Cluster settingsView and manage cluster-level configurations
ksqlDBRun streaming SQL queries against Kafka data in real time
RBACManage role-based access control (RBAC) for users and resources
AlertsConfigure monitoring alerts for cluster events

Prerequisites

Before you begin, make sure that you have:

  • An ApsaraMQ for Confluent instance deployed and running

  • The root user credentials (username and password) configured during instance deployment

Log on to Control Center

  1. Log on to the ApsaraMQ for Confluent console. In the left-side navigation pane, click Instances.

  2. In the top menu bar, select a region. On the Instances list page, click the name of the target instance.

  3. On the Instance Details page, click Log on to Console in the upper-right corner.

    Note

    The username and password are the root user credentials configured during instance deployment.

    Log on to Console button

  4. The Home page of Control Center opens after you log on.

    Control Center Home page

Create a topic

A topic is a named stream of messages. Producers write data to topics, and consumers read from them.

  1. On the Home page, click the controlcenter.clusterk card to open the Cluster overview page.

    Cluster overview page

  2. In the left navigation pane, click Topics. On the Topics list page, click + Add topic.

    Topics list page

  3. On the New topic page, enter a unique topic name and set the number of partitions. Click Create with defaults.

    New topic page

  4. The topic details page opens, confirming successful creation.

    Topic details page

Set up schema validation

Schema validation enforces a data format for messages produced to a topic. When enabled, format validation occurs during data transmission and consumption. To set it up, create a schema and then enable validation in the topic configuration.

Create a schema

  1. On the topic details page, click the Schema tab, then click Set a schema.

  2. Select a schema for validation, define the validation rule, and click Create.

    Schema configuration

Enable validation

  1. On the topic details page, click the Configuration tab, then click Edit settings.

    Configuration tab

  2. Click Switch to expert mode.

    Expert mode

  3. Set confluent_value_schema_validation to true, then click Save changes. After you save, format validation occurs during data transmission and consumption.

    Schema validation field

Monitor brokers

The Brokers page shows the health and performance of all brokers in your cluster.

  1. On the Cluster overview page, click Brokers in the left navigation pane to view basic broker information.

    Brokers overview

  2. On the Brokers overview page, click Production or Consumption to view monitoring metrics such as Producer and Consumer throughput, request latency, and disk usage.

    Production metrics

    Consumption metrics

View cluster configurations

  1. In the left navigation pane, click Cluster settings to view cluster information.

  2. Click the Cluster defaults tab to inspect detailed configuration settings. Settings are organized into the following modules:

    ModuleDescription
    ControllerController-related settings for the cluster
    GeneralCore Kafka broker configurations
    Group ManagementConsumer group coordination settings

Use ksqlDB

ksqlDB is an open-source streaming SQL engine for processing and analyzing Kafka data streams in real time using SQL-like syntax. It simplifies Kafka stream processing.

For setup instructions and query examples, see ksqlDB.

Manage access with RBAC

RBAC (role-based access control) is a core feature for permission management in ApsaraMQ for Confluent. It lets you define granular permissions for users across your Confluent cluster resources.

For configuration steps, see RBAC authorization.

Configure alerts

ApsaraMQ for Confluent supports alert configurations to help you monitor cluster events.

For step-by-step instructions, see Configure alerting in Control Center.

What's next