Re: [DISCUSS] Apache Kafka 3.2.1 release

2022-07-13 Thread David Jacot
+1. Thanks David. Le mer. 13 juil. 2022 à 23:43, José Armando García Sancio a écrit : > +1. Thanks for volunteering David. > > -- > -José >

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.3 #6

2022-07-13 Thread Apache Jenkins Server
See Changes: -- [...truncated 487659 lines...] [2022-07-14T03:12:03.956Z] > Task :connect:api:testSrcJar [2022-07-14T03:12:03.956Z] > Task

Re: [DISCUSS] Apache Kafka 3.2.1 release

2022-07-13 Thread José Armando García Sancio
+1. Thanks for volunteering David. -- -José

[DISCUSS] Apache Kafka 3.2.1 release

2022-07-13 Thread David Arthur
Hey folks, I'd like to volunteer to be the release manager for a hotfix release of the 3.2 line. This will be the first hotfix release of this line and will be version 3.2.1. We have fixed several bugs since 3.2.0 including an OAuth token refresh bug, a problem with transaction markers, and a

Re: Re: [DISCUSS] KIP-842: Add richer group offset reset mechanisms

2022-07-13 Thread Guozhang Wang
- clicked "send" by mistake... here's the full email - Hello Deqi, Thanks for bringing this KIP, and sorry for getting back to you so late. I do think that separating the reset policy for the two scenarios: 1) when we get an out-of-range when polling records, likely due to log being

[GitHub] [kafka-site] mumrah opened a new pull request, #423: Add a new signing key for David Arthur

2022-07-13 Thread GitBox
mumrah opened a new pull request, #423: URL: https://github.com/apache/kafka-site/pull/423 This is in preparation for the upcoming 3.2.1 release. This key can also be found on [keys.openpgp.org](https://keys.openpgp.org/) -- This is an automated message from the Apache Git Service. To

Re: Re: [DISCUSS] KIP-842: Add richer group offset reset mechanisms

2022-07-13 Thread Guozhang Wang
Hello Deqi, Thanks for bringing this KIP, and sorry for getting back to you so late. I do think that separating the reset policy for the two scenarios: 1) when we get an out-of-range when polling records, likely due to log being truncated, 2) when we start fetching and there's no committed

Re: [DISCUSS] Apache Kafka 3.3.0 Release

2022-07-13 Thread Sagar
Hey Jose, Well actually I have 2 approved PRs from Kafka Connect: https://github.com/apache/kafka/pull/12321 https://github.com/apache/kafka/pull/12309 Not sure how to get these merged though but I think these can go into 3.3 release. Thanks! Sagar. On Wed, Jul 13, 2022 at 5:03 PM Divij

Re: Discard KIP-185

2022-07-13 Thread Guozhang Wang
Justine, Thanks for bringing this up, I checked the two KIPs and I think KIP-679 subsumes KIP-185 so I can discard the latter. As for the configs of "max.in.flight.requests.per.connection" and "retries": I think it's okay to keep the default as 5 for now since on the broker side we still keep a

[GitHub] [kafka-site] divijvaidya commented on pull request #422: KAFKA-13868: Self host JS files with project website

2022-07-13 Thread GitBox
divijvaidya commented on PR #422: URL: https://github.com/apache/kafka-site/pull/422#issuecomment-1183421173 @mimaison please review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [kafka-site] divijvaidya opened a new pull request, #422: KAFKA-13868: Self host JS files with project website

2022-07-13 Thread GitBox
divijvaidya opened a new pull request, #422: URL: https://github.com/apache/kafka-site/pull/422 As per the [Apache privacy policy](https://privacy.apache.org/faq/committers.html), all JS files are recommended to be hosted along with the website so that we don't have a dependency on CDNs

Discard KIP-185

2022-07-13 Thread Justine Olshan
Hey Apache Kafka community I was doing some research on idempotent producers and found KIP-185 . It seems like this KIP was replaced by KIP-679

[DISCUSS] Website changes required for Apache projects

2022-07-13 Thread Divij Vaidya
Hello Apache Kafka community The ASF has a new data privacy policy to comply with the GDPR (the European Union's General Data Protection Regulation) and we - like all other ASF projects - have been asked to update our project homepage accordingly. Mickael Maison has kindly traged the initial set

[GitHub] [kafka-site] divijvaidya commented on pull request #421: KAFKA-13868: Add new item 'Apache Software' in top nav bar including privacy policy

2022-07-13 Thread GitBox
divijvaidya commented on PR #421: URL: https://github.com/apache/kafka-site/pull/421#issuecomment-1183316551 @mimaison please review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [kafka-site] divijvaidya opened a new pull request, #421: KAFKA-13868: Add new item 'Apache Software' in top nav bar including privacy policy

2022-07-13 Thread GitBox
divijvaidya opened a new pull request, #421: URL: https://github.com/apache/kafka-site/pull/421 **Why** As per the [Apache branching policy](https://www.apache.org/foundation/marks/pmcs#navigation), every project website's main navigation system must feature certain text links back to

Re: [DISCUSS] KIP-848: The Next Generation of the Consumer Rebalance Protocol

2022-07-13 Thread David Jacot
Thanks Guozhang. My answers are below: > 1) the migration path, especially the last step when clients flip the flag > to enable the new protocol, in which we would have a window where both new > protocols / rpcs and old protocols / rpcs are used by members of the same > group. How the coordinator

Re: [DISCUSS] KIP-852 Optimize calculation of size for log in remote tier

2022-07-13 Thread Divij Vaidya
Thank you for your review Luke. > Reg: is that would the new `RemoteLogSizeBytes` metric be a performance overhead? Although we move the calculation to a seperate API, we still can't assume users will implement a light-weight method, right? This metric would be logged using the information that

[GitHub] [kafka-site] divijvaidya commented on pull request #420: KAFKA-13868: Self host fonts with project website

2022-07-13 Thread GitBox
divijvaidya commented on PR #420: URL: https://github.com/apache/kafka-site/pull/420#issuecomment-1183179393 @ijuma @mimaison please review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [DISCUSS] Apache Kafka 3.3.0 Release

2022-07-13 Thread Divij Vaidya
Hey Jose A few of my PRs are pending review for quite some which I was hoping to merge into 3.3. I have already marked them with "Fix version=3.3.0" so that you can track them using the JIRA filter you shared earlier

[GitHub] [kafka-site] divijvaidya opened a new pull request, #420: KAFKA-13868: Self host fonts with project website

2022-07-13 Thread GitBox
divijvaidya opened a new pull request, #420: URL: https://github.com/apache/kafka-site/pull/420 As per the [Apache privacy policy](https://privacy.apache.org/faq/committers.html), Google Fonts are recommended to be hosted along with the website. This change adds the fonts locally

Re: [VOTE] KIP-847

2022-07-13 Thread Ismael Juma
Thanks for the updates, +1 (binding) from me. Ismael On Fri, Jul 8, 2022 at 3:45 AM Artem Livshits wrote: > Hello, > > There was an additional discussion and the KIP got changed as a result of > that. I would like to restart the vote on the updated > >