SetMaximumPrecision

Manipulates the key of the message.
com.github.jcustenborder.kafka.connect.transform.common.SetMaximumPrecision$Key
Manipulates the value of the message.
com.github.jcustenborder.kafka.connect.transform.common.SetMaximumPrecision$Value

This transformation is used to ensure that all decimal fields in a struct are below the maximum precision specified.

Note

The Confluent AvroConverter uses a default precision of 64 which can be too large for some database systems.

Configuration

General

precision.max

The maximum precision allowed.

Importance: HIGH

Type: INT

Validator: [1,…,64]