[DISCUSS] KIP-1097: error record reporter

2024-10-13 Thread Anton Liauchuk
Hi all, I have opened https://cwiki.apache.org/confluence/display/KAFKA/KIP-1097+error+record+reporter POC: https://github.com/apache/kafka/pull/17493 Please review KIP and PR, feedbacks and suggestions are welcome.

Re: [DISCUSS] KIP-1097: error record reporter

2024-10-25 Thread Anton Liauchuk
Bumping the thread. Please review this KIP. Thanks! On Sun, Oct 13, 2024 at 11:44 PM Anton Liauchuk wrote: > > Hi all, > > I have opened > https://cwiki.apache.org/confluence/display/KAFKA/KIP-1097+error+record+reporter > > POC: https://github.com/apache/kafka/pull/17493

Re: [DISCUSS] KIP-1097: error record reporter

2024-11-30 Thread Anton Liauchuk
andling: > i.e. let the plugin decide how to handle errors (drop record, trigger > retries, fail the task, etc)? I believe this approach makes sense. I have added new changes to a separate branch and created a PR https://github.com/anton-liauchuk/kafka/pull/1/files. I haven’t extended the KI

Re: [DISCUSS] KIP-1097: error record reporter

2025-01-29 Thread Anton Liauchuk
Bumping the thread On Mon, Jan 13, 2025 at 2:18 PM Anton Liauchuk wrote: > Trying to bump once more > > On Wed, Dec 11, 2024 at 4:02 PM Anton Liauchuk > wrote: > >> Bumping the thread >> >> On Sun, Dec 1, 2024 at 8:33 AM Anton Liauchuk >> wrote: &g

Re: [DISCUSS] KIP-1097: error record reporter

2024-12-11 Thread Anton Liauchuk
Bumping the thread On Sun, Dec 1, 2024 at 8:33 AM Anton Liauchuk wrote: > Hi > Thank you for your feedback. > I have numbered the questions to simplify communication. > > 1. What sort of implementation do you have in mind for this interface? >> What use-case does this int

Re: [DISCUSS] KIP-1097: error record reporter

2025-01-13 Thread Anton Liauchuk
Trying to bump once more On Wed, Dec 11, 2024 at 4:02 PM Anton Liauchuk wrote: > Bumping the thread > > On Sun, Dec 1, 2024 at 8:33 AM Anton Liauchuk > wrote: > >> Hi >> Thank you for your feedback. >> I have numbered the questions to simplify com

Re: [DISCUSS] KIP-1097: error record reporter

2025-02-13 Thread Anton Liauchuk
Bumping the thread On Wed, Jan 29, 2025 at 5:50 PM Anton Liauchuk wrote: > Bumping the thread > > > On Mon, Jan 13, 2025 at 2:18 PM Anton Liauchuk > wrote: > >> Trying to bump once more >> >> On Wed, Dec 11, 2024 at 4:02 PM Anton Liauchuk >> wrote

[DISCUSS] KIP-1097: Pluggable Error Handler for Kafka Connect (supersedes “Error Record Reporter”)

2025-06-25 Thread Anton Liauchuk
/KAFKA/KIP-1097%3A+Add+Kafka+Connect+exception+handler - POC branch: https://github.com/anton-liauchuk/kafka/pull/1/files *What changed since the first draft* 1. *API* – new `*ErrorHandler*` interface with `*ErrorResponse {DROP, FAIL, ACK}*` (inspired by

[VOTE] KIP-1097: Add Kafka Connect exception handler

2025-07-08 Thread Anton Liauchuk
hi Kafka Community, I would like to start a vote on KIP-1097. KIP: https://cwiki.apache.org/confluence/display/KAFKA/KIP-1097%3A+Add+Kafka+Connect+exception+handler