SetMaximumPrecision¶
com.github.jcustenborder.kafka.connect.transform.common.SetMaximumPrecision$Key
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.