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
122 stars 56 forks source link

make autcommit false by default; release the unused connections durin… #38

Closed elakito closed 4 years ago

elakito commented 4 years ago

…g tests (#19)

I think it is easier to be able to assume the connection is autoCommit=false independently of the setting given by the connection url. This change make the connection retrieved from getConnection() is autoCommit=false. And some test code have been adjusted for this change as the code assume autoCommit=true.