Find out more about the Custom Resource Definitions (CRDs) used by Event Streams geo-replicator.
Note: In Event Streams version 12.3.0 and later, the EventStreamsGeoReplicator custom resource is deprecated and will be removed in a future release. Geo-replication is managed through KafkaMirrorMaker2 custom resources that are created automatically when you configure replication through the Event Streams UI or CLI. Existing EventStreamsGeoReplicator resources continue to function but are no longer required. For more information, see planning for geo-replication.
spec
| Property | Type | Description |
|---|---|---|
| spec | object | The Event Streams geo-replicator specification. |
| spec.replicas | integer | The number of Kafka Connect workers to start for Event Streams geo-replication. |
| spec.version | string | Version of the Event Streams geo-replicator. |
status
| Property | Type | Description |
|---|---|---|
| status | object | The status of the EventStreamsGeoReplicator instance. |
| status.conditions | array | Current state of the Event Streams cluster. |
| status.customImages | boolean | Identifies whether any of the Docker images have been modified from the defaults for this version of Event Streams. |
| status.observedGeneration | integer | The generation of the resource at the last successful reconciliation. |
| status.phase | string | Identifies the current state of the Event Streams instance. |
| status.versions | object | Information about the version of this instance and it’s upgradable versions. |
| status.versions.available | object | The versions that this instance of Event Streams can be upgraded to. |
| status.versions.available.channels | array | A list of versions that the operator is able to automatically upgrade from. |
| status.versions.available.versions | array | A list of versions that the operator is able to upgrade this instance of Event Streams to. |
| status.versions.reconciled | string | The current running version of this operator. |