KafkaConnector
kafka.strimzi.io / v1
apiVersion: kafka.strimzi.io/v1
kind: KafkaConnector
metadata:
name: example
apiVersion
string
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kind
string
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata
object
spec object required
The specification of the Kafka Connector.
alterOffsets object
Configuration for altering offsets.
fromConfigMap object required
Reference to the ConfigMap where the new offsets are stored.
name
string
autoRestart object
Automatic restart of connector and tasks configuration.
enabled
boolean
Whether automatic restart for failed connectors and tasks should be enabled or disabled.
maxRestarts
integer
The maximum number of connector restarts that the operator will try. If the connector remains in a failed state after reaching this limit, it must be restarted manually by the user. Defaults to an unlimited number of restarts.
class
string
The Class for the Kafka Connector.
config
object
The Kafka Connector configuration. The following properties cannot be set: name, connector.class, tasks.max, connector.plugin.version.
listOffsets object
Configuration for listing offsets.
toConfigMap object required
Reference to the ConfigMap where the list of offsets will be written to.
name
string
state
string
The state the connector should be in. Defaults to running.
enum:
paused, stopped, running
tasksMax
integer
The maximum number of tasks for the Kafka Connector.
minimum:
1
version
string
Desired version or version range to respect when starting the Kafka Connector. This is only supported when using Kafka Connect version 4.1.0 and higher.
status object
The status of the Kafka Connector.
autoRestart object
The auto restart status.
connectorName
string
The name of the connector being restarted.
count
integer
The number of times the connector or task is restarted.
lastRestartTimestamp
string
The last time the automatic restart was attempted. The required format is 'yyyy-MM-ddTHH:mm:ssZ' in the UTC time zone.
conditions []object
List of status conditions.
lastTransitionTime
string
Last time the condition of a type changed from one status to another. The required format is 'yyyy-MM-ddTHH:mm:ssZ', in the UTC time zone.
message
string
Human-readable message indicating details about the condition's last transition.
reason
string
The reason for the condition's last transition (a single word in CamelCase).
status
string
The status of the condition, either True, False or Unknown.
type
string
The unique identifier of a condition, used to distinguish between other conditions in the resource.
connectorStatus
object
The connector status, as reported by the Kafka Connect REST API.
observedGeneration
integer
The generation of the CRD that was last reconciled by the operator.
tasksMax
integer
The maximum number of tasks for the Kafka Connector.
topics
[]string
The list of topics used by the Kafka Connector.
No matches. Try .spec.alterOffsets for an exact path