Re: [DISCUSS] KIP-1118: Add Deadlock Protection on Producer Network Thread

2024-12-04 Thread Kirk True
y address Producer#flush. Producer#close already has > defined behaviour. Those are the most important ones. > > Thanks, > Andrew > > From: TengYao Chi > Sent: 04 December 2024 09:02 > To: dev@kafka.apache.org > Subject: Re: [DISCU

Re: [DISCUSS] KIP-1118: Add Deadlock Protection on Producer Network Thread

2024-12-04 Thread Andrew Schofield
ndrew From: TengYao Chi Sent: 04 December 2024 09:02 To: dev@kafka.apache.org Subject: Re: [DISCUSS] KIP-1118: Add Deadlock Protection on Producer Network Thread Hi Kirk, Thanks for your feedback as well. IMHO, we should primarily focus on potential deadlock or other critical i

Re: [DISCUSS] KIP-1118: Add Deadlock Protection on Producer Network Thread

2024-12-03 Thread Kirk True
uld also prohibit Producer#initTransactions. > > I wonder what others think about begin/commit/abortTransaction also. > > Thanks, > Andrew > > From: TengYao Chi > Sent: 02 December 2024 02:51 > To: dev@kafka.apache.org > Subject:

Re: [DISCUSS] KIP-1118: Add Deadlock Protection on Producer Network Thread

2024-12-03 Thread Andrew Schofield
From: TengYao Chi Sent: 02 December 2024 02:51 To: dev@kafka.apache.org Subject: [DISCUSS] KIP-1118: Add Deadlock Protection on Producer Network Thread Hello everyone, I would like to start a discussion thread on KIP-1118, which proposes adding deadlock protection on producer network thread. Here

[DISCUSS] KIP-1118: Add Deadlock Protection on Producer Network Thread

2024-12-01 Thread TengYao Chi
Hello everyone, I would like to start a discussion thread on KIP-1118, which proposes adding deadlock protection on producer network thread. Here is the KIP Link: KIP-1118 Please take a look and let me know what you think, and I would appreciate any