docs.reference.adoc Maven / Gradle / Ivy
The newest version!
[#debezium-operator-schema-reference]
=== Debezium Operator Schema Reference
[#debezium-operator-schema-reference-condition]
==== Condition Schema Reference
Used in: <>
.Condition properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-condition-status]]<> | String | | The status of the condition, either True, False or Unknown.
| [[debezium-operator-schema-reference-condition-message]]<> | String | | Human-readable message indicating details about the condition’s last transition.
| [[debezium-operator-schema-reference-condition-type]]<> | String | | Unique identifier of a condition.
|===
[#debezium-operator-schema-reference-containerenvvar]
==== ContainerEnvVar Schema Reference
Used in: <>
.ContainerEnvVar properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-containerenvvar-name]]<> | String | | The environment variable name.
| [[debezium-operator-schema-reference-containerenvvar-value]]<> | String | | The environment variable value.
|===
[#debezium-operator-schema-reference-containertemplate]
==== ContainerTemplate Schema Reference
Used in: <>
.ContainerTemplate properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-containertemplate-resources]]<> | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#resourcerequirements-v1-core[`+ResourceRequirements+`] | | CPU and memory resource requirements.
| [[debezium-operator-schema-reference-containertemplate-securitycontext]]<> | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#securitycontext-v1-core[`+SecurityContext+`] | | Container security context.
| [[debezium-operator-schema-reference-containertemplate-probes]]<> | <> | | Container probes configuration.
|===
[#debezium-operator-schema-reference-customstore]
==== CustomStore Schema Reference
Used in: <>, <>
.CustomStore properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-customstore-type]]<> | String | | Fully qualified name of Java class implementing the store.
| [[debezium-operator-schema-reference-customstore-config]]<> | Map | | Store configuration properties.
|===
[#debezium-operator-schema-reference-datastorage]
==== DataStorage Schema Reference
Used in: <>
.DataStorage properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-datastorage-type]]<> | ephemeral,persistent | ephemeral | Storage type.
| [[debezium-operator-schema-reference-datastorage-claimname]]<> | String | | Name of persistent volume claim for persistent storage.
|===
[#debezium-operator-schema-reference-debeziumserver]
==== DebeziumServer Schema Reference
.DebeziumServer properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-debeziumserver-spec]]<> | <> | | The specification of Debezium Server
| [[debezium-operator-schema-reference-debeziumserver-status]]<> | <> | | The status of Debezium
|===
[#debezium-operator-schema-reference-debeziumserverspec]
==== DebeziumServerSpec Schema Reference
Used in: <>
.DebeziumServerSpec properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-debeziumserverspec-image]]<> | String | | Image used for Debezium Server container. This property takes precedence over version.
| [[debezium-operator-schema-reference-debeziumserverspec-version]]<> | String | same as operator | Version of Debezium Server to be used.
| [[debezium-operator-schema-reference-debeziumserverspec-sink]]<> | <> | | Sink configuration.
| [[debezium-operator-schema-reference-debeziumserverspec-source]]<> | <> | | Debezium source connector configuration.
| [[debezium-operator-schema-reference-debeziumserverspec-format]]<> | <> | | Message output format configuration.
| [[debezium-operator-schema-reference-debeziumserverspec-quarkus]]<> | <> | | Quarkus configuration passed down to Debezium Server process.
| [[debezium-operator-schema-reference-debeziumserverspec-runtime]]<> | <> | | Configuration allowing the modification of various aspects of Debezium Server runtime.
| [[debezium-operator-schema-reference-debeziumserverspec-transforms]]<> | <+`>> | | Single Message Transformations employed by this instance of Debezium Server.
| [[debezium-operator-schema-reference-debeziumserverspec-predicates]]<> | <+`>> | | Predicates employed by this instance of Debezium Server.
|===
[#debezium-operator-schema-reference-debeziumserverstatus]
==== DebeziumServerStatus Schema Reference
Used in: <>
.DebeziumServerStatus properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-debeziumserverstatus-conditions]]<> | <+`>> | | List of status conditions
| [[debezium-operator-schema-reference-debeziumserverstatus-observedgeneration]]<> | Long | 0L | Latest observed generation
|===
[#debezium-operator-schema-reference-fileoffsetstore]
==== FileOffsetStore Schema Reference
Used in: <>
.FileOffsetStore properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-fileoffsetstore-filename]]<> | String | | Name of the offset file (relative to data root)
| [[debezium-operator-schema-reference-fileoffsetstore-config]]<> | Map | | Additional store configuration properties.
|===
[#debezium-operator-schema-reference-fileschemahistorystore]
==== FileSchemaHistoryStore Schema Reference
Used in: <>
.FileSchemaHistoryStore properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-fileschemahistorystore-filename]]<> | String | | Name of the offset file (relative to data root)
| [[debezium-operator-schema-reference-fileschemahistorystore-config]]<> | Map | | Additional store configuration properties.
|===
[#debezium-operator-schema-reference-format]
==== Format Schema Reference
Used in: <>
.Format properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-format-key]]<> | <> | | Message key format configuration.
| [[debezium-operator-schema-reference-format-value]]<> | <> | | Message value format configuration.
| [[debezium-operator-schema-reference-format-header]]<> | <> | | Message header format configuration.
|===
[#debezium-operator-schema-reference-formattype]
==== FormatType Schema Reference
Used in: <>
.FormatType properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-formattype-type]]<> | String | json | Format type recognised by Debezium Server.
| [[debezium-operator-schema-reference-formattype-config]]<> | Map | | Format configuration properties.
|===
[#debezium-operator-schema-reference-inmemoryoffsetstore]
==== InMemoryOffsetStore Schema Reference
Used in: <>
.InMemoryOffsetStore properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-inmemoryoffsetstore-config]]<> | Map | | Additional store configuration properties.
|===
[#debezium-operator-schema-reference-inmemoryschemahistorystore]
==== InMemorySchemaHistoryStore Schema Reference
Used in: <>
.InMemorySchemaHistoryStore properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-inmemoryschemahistorystore-config]]<> | Map | | Additional store configuration properties.
|===
[#debezium-operator-schema-reference-jmxauthentication]
==== JmxAuthentication Schema Reference
Used in: <>
.JmxAuthentication properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-jmxauthentication-enabled]]<> | boolean | false | Whether JMX authentication should be enabled for this Debezium Server instance.
| [[debezium-operator-schema-reference-jmxauthentication-secret]]<> | String | | Secret providing credential files
| [[debezium-operator-schema-reference-jmxauthentication-accessfile]]<> | String | jmxremote.access | JMX access file name and secret key
| [[debezium-operator-schema-reference-jmxauthentication-passwordfile]]<> | String | jmxremote.password | JMX password file name and secret key
|===
[#debezium-operator-schema-reference-jmxconfig]
==== JmxConfig Schema Reference
Used in: <>
.JmxConfig properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-jmxconfig-enabled]]<> | boolean | false | Whether JMX should be enabled for this Debezium Server instance.
| [[debezium-operator-schema-reference-jmxconfig-port]]<> | int | 1099 | JMX port.
| [[debezium-operator-schema-reference-jmxconfig-authentication]]<> | <> | | JMX authentication config.
|===
[#debezium-operator-schema-reference-jmxexporter]
==== JmxExporter Schema Reference
Used in: <>
.JmxExporter properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-jmxexporter-enabled]]<> | boolean | | Enables JMX Prometheus exporter
| [[debezium-operator-schema-reference-jmxexporter-configfrom]]<> | ConfigMapKeySelector | | Config map key reference which value will be used as configuration file
|===
[#debezium-operator-schema-reference-kafkaoffsetstore]
==== KafkaOffsetStore Schema Reference
Used in: <>
.KafkaOffsetStore properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-kafkaoffsetstore-props]]<> | Map | | Additional Kafka client properties.
| [[debezium-operator-schema-reference-kafkaoffsetstore-bootstrapservers]]<> | String | | A list of host/port pairs that the connector uses for establishing an initial connection to the Kafka cluster
| [[debezium-operator-schema-reference-kafkaoffsetstore-topic]]<> | String | | The name of the Kafka topic where offsets are to be stored
| [[debezium-operator-schema-reference-kafkaoffsetstore-partitions]]<> | int | | The number of partitions used when creating the offset storage topic
| [[debezium-operator-schema-reference-kafkaoffsetstore-replicationfactor]]<> | int | | Replication factor used when creating the offset storage topic
| [[debezium-operator-schema-reference-kafkaoffsetstore-config]]<> | Map | | Additional store configuration properties.
|===
[#debezium-operator-schema-reference-kafkaschemahistorystore]
==== KafkaSchemaHistoryStore Schema Reference
Used in: <>
.KafkaSchemaHistoryStore properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-kafkaschemahistorystore-bootstrapservers]]<> | String | | A list of host/port pairs that the connector uses for establishing an initial connection to the Kafka cluster
| [[debezium-operator-schema-reference-kafkaschemahistorystore-topic]]<> | String | | The name of the Kafka topic where offsets are to be stored
| [[debezium-operator-schema-reference-kafkaschemahistorystore-partitions]]<> | int | | The number of partitions used when creating the offset storage topic
| [[debezium-operator-schema-reference-kafkaschemahistorystore-replicationfactor]]<> | int | | Replication factor used when creating the offset storage topic
| [[debezium-operator-schema-reference-kafkaschemahistorystore-config]]<> | Map | | Additional store configuration properties.
|===
[#debezium-operator-schema-reference-metadatatemplate]
==== MetadataTemplate Schema Reference
Used in: <>
.MetadataTemplate properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-metadatatemplate-labels]]<> | Map | | Labels added to the Kubernetes resource
| [[debezium-operator-schema-reference-metadatatemplate-annotations]]<> | Map | | Annotations added to the Kubernetes resource
|===
[#debezium-operator-schema-reference-metrics]
==== Metrics Schema Reference
Used in: <>
.Metrics properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-metrics-jmxexporter]]<> | <> | | Prometheus JMX exporter configuration
|===
[#debezium-operator-schema-reference-offset]
==== Offset Schema Reference
Used in: <>
.Offset properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-offset-file]]<> | <> | | File backed offset store configuration
| [[debezium-operator-schema-reference-offset-memory]]<> | <> | | Memory backed offset store configuration
| [[debezium-operator-schema-reference-offset-redis]]<> | <> | | Redis backed offset store configuration
| [[debezium-operator-schema-reference-offset-kafka]]<> | <> | | Kafka backing store configuration
| [[debezium-operator-schema-reference-offset-store]]<> | <> | | Arbitrary offset store configuration
| [[debezium-operator-schema-reference-offset-flushms]]<> | long | 60000 | Interval at which to try commiting offsets
|===
[#debezium-operator-schema-reference-podtemplate]
==== PodTemplate Schema Reference
Used in: <>
.PodTemplate properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-podtemplate-metadata]]<> | <> | | Metadata applied to the resource.
| [[debezium-operator-schema-reference-podtemplate-imagepullsecrets]]<> | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#localobjectreference-v1-core[`+List+`] | | List of local references to secrets used for pulling any of the images used by this Pod.
| [[debezium-operator-schema-reference-podtemplate-affinity]]<> | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#affinity-v1-core[`+Affinity+`] | | Pod affinity rules
| [[debezium-operator-schema-reference-podtemplate-securitycontext]]<> | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#podsecuritycontext-v1-core[`+PodSecurityContext+`] | | Pod-level security attributes and container settings
|===
[#debezium-operator-schema-reference-predicate]
==== Predicate Schema Reference
Used in: <>
.Predicate properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-predicate-type]]<> | String | | Fully qualified name of Java class implementing the predicate.
| [[debezium-operator-schema-reference-predicate-config]]<> | Map | | Predicate configuration properties.
|===
[#debezium-operator-schema-reference-probe]
==== Probe Schema Reference
Used in: <>
.Probe properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-probe-initialdelayseconds]]<> | int | 5 | Number of seconds after the container has started before probes are initiated.
| [[debezium-operator-schema-reference-probe-periodseconds]]<> | int | 10 | How often (in seconds) to perform the probe.
| [[debezium-operator-schema-reference-probe-timeoutseconds]]<> | int | 10 | Number of seconds after which the probe times out.
| [[debezium-operator-schema-reference-probe-failurethreshold]]<> | int | 3 | Number of failures in a row before the overall check has failed.
|===
[#debezium-operator-schema-reference-probes]
==== Probes Schema Reference
Used in: <>
.Probes properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-probes-readiness]]<> | <> | | Readiness probe configuration applied to the container.
| [[debezium-operator-schema-reference-probes-liveness]]<> | <> | | Liveness probe configuration applied to the container.
|===
[#debezium-operator-schema-reference-quarkus]
==== Quarkus Schema Reference
Used in: <>
.Quarkus properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-quarkus-config]]<> | Map | | Quarkus configuration properties.
|===
[#debezium-operator-schema-reference-redisoffsetstore]
==== RedisOffsetStore Schema Reference
Used in: <>
.RedisOffsetStore properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-redisoffsetstore-address]]<> | String | | Redis host:port used to connect
| [[debezium-operator-schema-reference-redisoffsetstore-user]]<> | String | | Redis username
| [[debezium-operator-schema-reference-redisoffsetstore-password]]<> | String | | Redis password
| [[debezium-operator-schema-reference-redisoffsetstore-sslenabled]]<> | boolean | false | Redis username
| [[debezium-operator-schema-reference-redisoffsetstore-key]]<> | String | | Redis hash key
| [[debezium-operator-schema-reference-redisoffsetstore-wait]]<> | <> | | Configures verification of replica writes
| [[debezium-operator-schema-reference-redisoffsetstore-config]]<> | Map | | Additional store configuration properties.
|===
[#debezium-operator-schema-reference-redisschemahistorystore]
==== RedisSchemaHistoryStore Schema Reference
Used in: <>
.RedisSchemaHistoryStore properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-redisschemahistorystore-address]]<> | String | | Redis host:port used to connect
| [[debezium-operator-schema-reference-redisschemahistorystore-user]]<> | String | | Redis username
| [[debezium-operator-schema-reference-redisschemahistorystore-password]]<> | String | | Redis password
| [[debezium-operator-schema-reference-redisschemahistorystore-sslenabled]]<> | boolean | false | Redis username
| [[debezium-operator-schema-reference-redisschemahistorystore-key]]<> | String | | Redis hash key
| [[debezium-operator-schema-reference-redisschemahistorystore-wait]]<> | <> | | Configures verification of replica writes
| [[debezium-operator-schema-reference-redisschemahistorystore-config]]<> | Map | | Additional store configuration properties.
|===
[#debezium-operator-schema-reference-redisstorewaitconfig]
==== RedisStoreWaitConfig Schema Reference
Used in: <>, <>
.RedisStoreWaitConfig properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-redisstorewaitconfig-enabled]]<> | boolean | false | In case of Redis with replica, this allows to verify that the data has been written to replica
| [[debezium-operator-schema-reference-redisstorewaitconfig-timeoutms]]<> | long | 1000 | Timeout in ms when waiting for replica
| [[debezium-operator-schema-reference-redisstorewaitconfig-retry]]<> | boolean | false | Enables retry on wait for replica
| [[debezium-operator-schema-reference-redisstorewaitconfig-retrydelayms]]<> | long | 1000 | Delay of retry on wait
|===
[#debezium-operator-schema-reference-runtime]
==== Runtime Schema Reference
Used in: <>
.Runtime properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-runtime-api]]<> | <> | | API configuration
| [[debezium-operator-schema-reference-runtime-storage]]<> | <> | | Storage configuration
| [[debezium-operator-schema-reference-runtime-environment]]<> | <> | | Additional environment variables used by this Debezium Server.
| [[debezium-operator-schema-reference-runtime-jmx]]<> | <> | | JMX configuration.
| [[debezium-operator-schema-reference-runtime-templates]]<> | <> | | Debezium Server resource templates.
| [[debezium-operator-schema-reference-runtime-serviceaccount]]<> | String | | An existing service account used to run the Debezium Server pod
| [[debezium-operator-schema-reference-runtime-metrics]]<> | <> | | Metrics configuration
|===
[#debezium-operator-schema-reference-runtimeapi]
==== RuntimeApi Schema Reference
Used in: <>
.RuntimeApi properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-runtimeapi-enabled]]<> | boolean | | Whether the API should be enabled for this instance of Debezium Server
| [[debezium-operator-schema-reference-runtimeapi-port]]<> | int | 8080 | Port number used by the k8s service exposing the API
|===
[#debezium-operator-schema-reference-runtimeenvironment]
==== RuntimeEnvironment Schema Reference
Used in: <>
.RuntimeEnvironment properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-runtimeenvironment-vars]]<> | <+`>> | | Environment variables applied to the container.
| [[debezium-operator-schema-reference-runtimeenvironment-from]]<> | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#envfromsource-v1-core[`+List+`] | | Additional environment variables set from ConfigMaps or Secrets in containers.
|===
[#debezium-operator-schema-reference-runtimestorage]
==== RuntimeStorage Schema Reference
Used in: <>
.RuntimeStorage properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-runtimestorage-data]]<> | <> | | File storage configuration used by this instance of Debezium Server.
| [[debezium-operator-schema-reference-runtimestorage-external]]<> | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#volume-v1-core[`+List+`] | | Additional volumes mounted to /debezium/external
|===
[#debezium-operator-schema-reference-schemahistory]
==== SchemaHistory Schema Reference
Used in: <>
.SchemaHistory properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-schemahistory-file]]<> | <> | | File backed schema history store configuration
| [[debezium-operator-schema-reference-schemahistory-memory]]<> | <> | | Memory backed schema history store configuration
| [[debezium-operator-schema-reference-schemahistory-redis]]<> | <> | | Redis backed schema history store configuration
| [[debezium-operator-schema-reference-schemahistory-kafka]]<> | <> | | Kafka backed schema history store configuration
| [[debezium-operator-schema-reference-schemahistory-store]]<> | <> | | Arbitrary schema history store configuration
| [[debezium-operator-schema-reference-schemahistory-config]]<> | Map | | Additional common schema history store configuration properties.
|===
[#debezium-operator-schema-reference-sink]
==== Sink Schema Reference
Used in: <>
.Sink properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-sink-type]]<> | String | | Sink type recognised by Debezium Server.
| [[debezium-operator-schema-reference-sink-config]]<> | Map | | Sink configuration properties.
|===
[#debezium-operator-schema-reference-source]
==== Source Schema Reference
Used in: <>
.Source properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-source-sourceclass]]<> | String | | Fully qualified name of source connector Java class.
| [[debezium-operator-schema-reference-source-offset]]<> | <> | | Offset store configuration
| [[debezium-operator-schema-reference-source-schemahistory]]<> | <> | | Schema history store configuration
| [[debezium-operator-schema-reference-source-config]]<> | Map | | Source connector configuration properties.
|===
[#debezium-operator-schema-reference-templates]
==== Templates Schema Reference
Used in: <>
.Templates properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-templates-container]]<> | <> | | Container template
| [[debezium-operator-schema-reference-templates-pod]]<> | <> | | Pod template.
| [[debezium-operator-schema-reference-templates-volumeclaim]]<> | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#persistentvolumeclaimspec-v1-core[`+PersistentVolumeClaimSpec+`] | | PVC template for data volume if no explicit claim is specified.
|===
[#debezium-operator-schema-reference-transformation]
==== Transformation Schema Reference
Used in: <>
.Transformation properties
[cols="20%a,25%s,15%a,40%a",options="header"]
|===
| Property | Type | Default | Description
| [[debezium-operator-schema-reference-transformation-type]]<> | String | | Fully qualified name of Java class implementing the transformation.
| [[debezium-operator-schema-reference-transformation-predicate]]<> | String | | The name of the predicate to be applied to this transformation.
| [[debezium-operator-schema-reference-transformation-negate]]<> | boolean | false | Determines if the result of the applied predicate will be negated.
|===
© 2015 - 2024 Weber Informatics LLC | Privacy Policy