Re: SplitFetcherManager custom error handler

2021-10-18 Thread Qingsheng Ren
Hi Mason, It’ll be great to have your contribution! Also could you provide more specific descriptions about your use case? It looks like you are implementing a custom Kafka connector so I’m not sure if handling the exception directly in the split reader is a possible solution. -- Best Regards,

SplitFetcherManager custom error handler

2021-10-18 Thread Mason Chen
Hi all, I am implementing a Kafka connector with some custom error handling that is aligned with our internal infrastructure. `SplitFetcherManager` has a hardcoded error handler in the constructor and I was wondering if it could be exposed by the classes that extend it. Happy to contribute if peop