Manage and Edit Connections

You can use the Connections page to add, edit, or delete your connections. Use this page to get a high-level view of the status of all of the connections in your account. You can also view additional details about specific connections, such as the amount of data that it is receiving and what streams are connected to it, by selecting the connection name.

Edit a connection

  1. Navigate to the Connections page.

  2. On the Connections page, select the row that corresponds to the connection that you want to edit. The Overview page for the connection opens.

  3. If the connection is running, stop the connection. You cannot edit a running connection.

  4. Update the connection as desired.

    1. Select Details to update the configuration of a connection.

    2. Select Schema to update the schema of records that are flowing through this connection. Remember that the connection schema must match the schema of the stream that it is sending data to.

      1. You can also use this page to update the field(s) used as a primary or partition key, or update a field that’s enabled as a watermark. See Schema Migrations to learn about best practices when performing schema migrations.

    3. Select Save to save your changes.

  5. Select Start to resume the connection. A modal appears with some additional configuration.

    Configuration option Description

    Task Size

    The amount of resources, such as how much CPU or Memory, to allocate for streaming data.

    Task Count

    The number of connection workers that perform data collection or processing.

    Discard State

    Select whether you want to discard state. By selecting this option, you are reactivating the connection without attempting to restore state from a save point or checkpoint. If you want data ingestion to start from the earliest offset, select this option.

    Note: When supported, the configuration for where to resume data ingestion upon activating a source connection is managed by the Scan Startup Mode connection setting. For example, for the Confluent Cloud connector, you specify the point at which data ingestion should resume by configuring the connector’s Scan Startup Mode.

    Earliest/Latest

    Where to resume data ingestion when a sink connection is activated. Select Earliest to start processing data from the earliest record available or Latest to start processing data from the latest record available.

    Only applicable for sink connections.