Chapter 8. Kafka Connect page


Important

This feature is a technology preview and not intended for a production environment. For more information see the release notes.

The Kafka Connect page lists Kafka Connect connectors and clusters associated with a Kafka cluster.

You can filter each list by name.

Connectors list
Shows the state of each connector and the number of tasks it’s running, as well as the associated Kafka Connect cluster
Clusters list
Shows the Kafka Connect version, with the number of workers (or replicas) in the cluster.

If a connector is shown as Managed, it means that is managed using Streams for Apache Kafka.

Use the information provided on the tabs to check the configuration of your Kafka Connect environment. Click on a name to view additional information on specific connectors and clusters.

8.1. Checking Kafka Connect connectors

Track the status of a specific Kafka Connect connector from the Connectors tab. The Connectors tab lists the connectors associated with a Kafka Connect cluster.

Procedure

  1. Log in to the Kafka cluster in the Streams for Apache Kafka Console, then click Kafka Connect.
  2. On the Kafka Connect page, click the name of the connector you want to inspect.
  3. Review the connector details:

    Connect worker ID
    Identifies the Kafka Connect worker that runs the connector.
    State
    Shows the current status of the connector, such as Running, Paused, or Failed.
    Topics
    Lists the Kafka topics used by the connector to produce or consume data.
    Class
    Displays the Java class that implements the connector logic.
    Type
    Indicates whether the connector is a source or sink connector.
    Max tasks
    Specifies the maximum number of concurrent tasks that the connector can run.
  4. Click the Connectors and Configuration tabs to view the following information:

    Connectors tab:

    Task ID
    Identifies a specific task instance of the connector.
    State
    Shows the current status of the task, such as Running, Paused, or Failed.
    Worker ID
    Identifies the Kafka Connect worker that runs the task.

    Configuration tab: Displays the property values that define how the connector is configured.

8.2. Checking Kafka Connect clusters

Track the status of a specific Kafka Connect cluster from the Connect clusters tab. The Connect clusters tab lists the Kafka Connect clusters associated with the Kafka cluster.

Procedure

  1. Log in to the Kafka cluster in the Streams for Apache Kafka Console, then click Kafka Connect.
  2. On the Kafka Connect page, click the Connect clusters tab, then click the name of the cluster you want to inspect.

    The page displays the number of workers used to run connectors and their tasks. This information is available only for Kafka Connect clusters managed by Streams for Apache Kafka.

  3. Click the Connectors and Plugins tabs to view the following information:

    Connectors tab:

    Name
    Displays the name of the connector deployed in the cluster.
    Type
    Indicates whether the connector is a source or sink connector.
    State
    Shows the current status of the connector, such as Running, Paused, or Failed.
    Replicas
    Displays the number of task replicas currently running for the connector.

    Plugins tab:

    Class
    Displays the fully qualified Java class name of the connector implementation.
    Type
    Indicates the connector type.
    Version
    Shows the plugin version provided by the Kafka Connect runtime.

    Plugins provide the implementation classes used to create connectors. The plugins list includes plugins for standard source and sink connectors, as well as the connectors used by Kafka MirrorMaker.

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat
Back to top