Closed
Description
Search before asking
- I had searched in the issues and found no similar issues.
Enhancement Request
When flushing is in progress, a RuntimeException will be thrown if SourceWorker#commitOffsets method calls beginFlush. This error will propagate upwards causing the Source to exit.
Describe the solution you'd like
replace this exception with log print and return false.
I hope you understand how offsets are managed. It's not just a simple replacement.
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct *