SAP / kafka-connect-sap

Kafka Connect SAP is a set of connectors, using the Apache Kafka Connect framework for reliably connecting Kafka with SAP systems
Apache License 2.0
119 stars 54 forks source link

Improve decimal handling with numeric.mapping, precision extraction, ... #112

Closed elakito closed 2 years ago

elakito commented 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.