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

Make the source connector fetches the left-over records #15 #66

Closed elakito closed 3 years ago

elakito commented 3 years ago

This made a change in the source task's quierier to hold the offset when a single poll can't fetch the available records so that the poll is retriggered immediately to load the remaining records. There is a unit test and I also tested on some samples. I am not sure if there is an issue with this approach. Comments welcome.