Re: [VOTE] KIP-800: Add reason to LeaveGroupRequest

2022-04-04 Thread David Jacot
Hi folks, We have made a small change to this KIP for the Apache Kafka 3.2 release. When we tried to use this in Kafka Streams, we noted a significant degradation of the performances, see [1]. It is not clear whether the prefixing is the root cause of the issue or not. To be on the safe side, we

Re: [VOTE] KIP-800: Add reason to LeaveGroupRequest

2021-12-01 Thread David Jacot
Hi all, With 4 binding +1 votes (Gwen, Mickael, Tom, Bill) and 1 non-binding +1 vote (Luke), the vote passes. Thanks everyone! Best, David On Fri, Nov 26, 2021 at 4:43 PM Bill Bejeck wrote: > > Thanks for the KIP, David this seems like it will be very helpful. > > +1(binding) > > -Bill > > On

Re: [VOTE] KIP-800: Add reason to LeaveGroupRequest

2021-11-26 Thread Bill Bejeck
Thanks for the KIP, David this seems like it will be very helpful. +1(binding) -Bill On Thu, Nov 25, 2021 at 10:02 AM David Jacot wrote: > Hi Tom, > > I do agree with you. For context, this is the current reason/message logged > by the consumer when enforceRebalance is called so I just kept it

Re: [VOTE] KIP-800: Add reason to LeaveGroupRequest

2021-11-25 Thread David Jacot
Hi Tom, I do agree with you. For context, this is the current reason/message logged by the consumer when enforceRebalance is called so I just kept it as it is. I guess that we can revise it during the implementation. Thanks, David On Thu, Nov 25, 2021 at 3:52 PM Tom Bentley wrote: > > Thanks fo

Re: [VOTE] KIP-800: Add reason to LeaveGroupRequest

2021-11-25 Thread Tom Bentley
Thanks for the KIP David. It's a very trivial point, but I did wonder whether "caused" or "requested" might be a better word than "enforced" in the default messages. In any case, +1 (binding). Kind regards, Tom On Thu, Nov 25, 2021 at 2:36 PM David Jacot wrote: > Thanks, Mickael. I have re

Re: [VOTE] KIP-800: Add reason to LeaveGroupRequest

2021-11-25 Thread David Jacot
Thanks, Mickael. I have removed it. On Thu, Nov 25, 2021 at 3:22 PM Mickael Maison wrote: > > +1 (binding) > Thanks for the KIP > > Just a small suggestion: in other Options classes we don't seem to > prefix setters with "set", so I think we could use void reason(final > String reason). > > > On

Re: [VOTE] KIP-800: Add reason to LeaveGroupRequest

2021-11-25 Thread Mickael Maison
+1 (binding) Thanks for the KIP Just a small suggestion: in other Options classes we don't seem to prefix setters with "set", so I think we could use void reason(final String reason). On Thu, Nov 25, 2021 at 1:48 PM Luke Chen wrote: > > Hi David, > Thanks for the KIP! > It is good to have the j

Re: [VOTE] KIP-800: Add reason to LeaveGroupRequest

2021-11-25 Thread Luke Chen
Hi David, Thanks for the KIP! It is good to have the joinGroup/leaveGroup reason sent to brokers for better troubleshooting. +1 (non-binding) Thank you. Luke On Thu, Nov 25, 2021 at 8:14 AM Gwen Shapira wrote: > +1 > > Thanks for driving David. Super useful. > > On Wed, Nov 24, 2021 at 8:53 AM

Re: [VOTE] KIP-800: Add reason to LeaveGroupRequest

2021-11-24 Thread Gwen Shapira
+1 Thanks for driving David. Super useful. On Wed, Nov 24, 2021 at 8:53 AM David Jacot wrote: > Hi folks, > > I'd like to start a vote on KIP-800: Add reason to LeaveGroupRequest. > > KIP: https://cwiki.apache.org/confluence/x/eYyqCw > > Please let me know what you think. > > Best, > David >

[VOTE] KIP-800: Add reason to LeaveGroupRequest

2021-11-24 Thread David Jacot
Hi folks, I'd like to start a vote on KIP-800: Add reason to LeaveGroupRequest. KIP: https://cwiki.apache.org/confluence/x/eYyqCw Please let me know what you think. Best, David