Chapter 147. KafkaMirrorMaker2ConnectorSpec schema reference
Used in: KafkaMirrorMaker2MirrorSpec
Property | Property type | Description |
---|---|---|
tasksMax | integer | The maximum number of tasks for the Kafka Connector. |
pause | boolean |
The |
config | map | The Kafka Connector configuration. The following properties cannot be set: name, connector.class, tasks.max. |
state | string (one of [running, paused, stopped]) | The state the connector should be in. Defaults to running. |
autoRestart | Automatic restart of connector and tasks configuration. | |
listOffsets | Configuration for listing offsets. | |
alterOffsets | Configuration for altering offsets. |