Managed Service for Apache Kafka V1 API - Module Google::Cloud::ManagedKafka::V1::Connector::State (v1.1.0)

Reference documentation and code samples for the Managed Service for Apache Kafka V1 API module Google::Cloud::ManagedKafka::V1::Connector::State.

The state of the connector.

Constants

STATE_UNSPECIFIED

value: 0
A state was not specified.

UNASSIGNED

value: 1
The connector is not assigned to any tasks, usually transient.

RUNNING

value: 2
The connector is running.

PAUSED

value: 3
The connector has been paused.

FAILED

value: 4
The connector has failed. See logs for why.

RESTARTING

value: 5
The connector is restarting.

STOPPED

value: 6
The connector has been stopped.