Managed Service for Apache Kafka V1 API - Module Google::Cloud::ManagedKafka::V1::Connector::State (v1.9.1)
Stay organized with collections
Save and categorize content based on your preferences.
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.