此内容没有您所选择的语言版本。

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

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2026 Red Hat
返回顶部