Kafka Connect SAP is a set of connectors, using the Apache Kafka Connect framework for reliably connecting Kafka with SAP systems
125
stars
58
forks
source link
Improve decimal handling with numeric.mapping, precision extraction, ... #112
Closed
elakito closed 2 years ago
Add configuration property
numeric.mapping
to be aligned with the behavior supported by the the JDBC connector.Note that HANA DECIMAL assumes the scale value to be non-negative and the precision value to be between 1 and 34 (https://help.sap.com/viewer/7c78579ce9b14a669c1f3295b0d8ca16/LATEST/en-US/4ee2f261e9c44003807d08ccc2e249ac.html).
This will resolve #104.