Re: [DISCUSS] KIP-868 Metadata Transactions (new thread)

2022-09-19 Thread deng ziming
Hello David, Thanks for the KIP, certainly it makes sense, I left some minor questions. 1. In “Record Visibility” section you declare visibility in the controller, in “Broker Support” you mention visibility in the broker, we can put them together, and I think we can also describe visibility in

Improve connection limit of coordinator and fetch leader

2022-09-19 Thread thought126
Hi, Since the connections of coordinator and fetch leader on the same broker are two individual connections,when connection count reaching the limit, such situation may happen: connection to coordinator and rebalance can be completed but fetching cannot be completed due to connection limit.

[jira] [Created] (KAFKA-14243) Disable unsafe downgrade in 3.3

2022-09-19 Thread Colin McCabe (Jira)
Colin McCabe created KAFKA-14243: Summary: Disable unsafe downgrade in 3.3 Key: KAFKA-14243 URL: https://issues.apache.org/jira/browse/KAFKA-14243 Project: Kafka Issue Type: Bug

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #1238

2022-09-19 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-863: Reduce Fetcher#parseRecord() memory copy

2022-09-19 Thread Guozhang Wang
A separate question regarding the proposed API as well: what do you think to also augment the serializers with ByteBuffer return type in order to be symmetric with deserializers? On Mon, Sep 19, 2022 at 3:32 PM Guozhang Wang wrote: > Hello ShunKang, > > Thanks for filing the proposal, and

Re: [DISCUSS] KIP-863: Reduce Fetcher#parseRecord() memory copy

2022-09-19 Thread Guozhang Wang
Hello ShunKang, Thanks for filing the proposal, and sorry for the late reply! I looked over your KIP proposal and the PR, in general I think I agree that adding an overloaded function with `ByteBuffer` param is beneficial, but I have a meta question regarding it's impact on Kafka consumer: my

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #1237

2022-09-19 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-14240) Ensure kraft metadata log dir is initialized with valid snapshot state

2022-09-19 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-14240. - Resolution: Fixed > Ensure kraft metadata log dir is initialized with valid snapshot

Re: [DISCUSS] KIP-869: Improve Streams State Restoration Visibility

2022-09-19 Thread Guozhang Wang
Hello Bruno, Thanks for your comments! 1. Regarding the metrics group name: originally I put "stream-state-metrics" as it's related to state store restorations, but after a second thought I think I agree with you that this is quite confusing and not right. About the metrics groups, right now I

Re: [DISCUSS] Apache Kafka 3.3.0 Release

2022-09-19 Thread José Armando García Sancio
+1 from me. Thanks for your help David. Much appreciated. On Mon, Sep 19, 2022 at 10:29 AM David Arthur wrote: > > Hey folks, José has asked me to help push the release along this week while > he's out of the office. > > -David > > On Tue, Aug 30, 2022 at 12:01 PM José Armando García Sancio >

[GitHub] [kafka-site] AlecGoncharow opened a new pull request, #443: Update Cloudflare section

2022-09-19 Thread GitBox
AlecGoncharow opened a new pull request, #443: URL: https://github.com/apache/kafka-site/pull/443 Minor grammatical fixes and Cloudflare lowercased the "F" in 2016. Reference: https://blog.cloudflare.com/time-for-an-update/ -- This is an automated message from the Apache Git

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #1236

2022-09-19 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-869: Improve Streams State Restoration Visibility

2022-09-19 Thread Bruno Cadonna
Hi Guozhang, Thanks for the KIP! I think this KIP is a really nice addition to better understand what is going on in a Kafka Streams application. 1. The metric names "paused-active-tasks" and "paused-standby-tasks" might be a bit confusing since at least active tasks can be paused also

Re: [DISCUSS] Apache Kafka 3.3.0 Release

2022-09-19 Thread David Arthur
Hey folks, José has asked me to help push the release along this week while he's out of the office. -David On Tue, Aug 30, 2022 at 12:01 PM José Armando García Sancio wrote: > Thanks Artem and Colin for identifying and fixing the issues > KAFKA-14156 and KAFKA-14187. I have marked both of them

Re: [DISCUSS] KIP-868 Metadata Transactions (new thread)

2022-09-19 Thread David Arthur
Thanks, Luke :) Colin -- I updated the KIP with your feedback. Do you think we would expose the "last stable offset" outside of the controller? Or would it just be an internal concept? -David On Sun, Sep 18, 2022 at 9:05 AM Luke Chen wrote: > Hi David, > > Thanks for the KIP! > It's a

Re: [VOTE] KIP-865: Support --bootstrap-server in kafka-streams-application-reset

2022-09-19 Thread Николай Ижиков
KIP adopted with https://github.com/apache/kafka/commit/51b079dca764b10c80c953dba06028bb6136c87f > 13 сент. 2022 г., в 19:32, Nikolay Izhikov написал(а): > > Thanks all! > > This KIP has passed with one +1 (non-binding) votes from myself > and > three +1 (binding) votes from Chris Egerton,

[jira] [Resolved] (KAFKA-12878) Support --bootstrap-server kafka-streams-application-reset

2022-09-19 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton resolved KAFKA-12878. --- Fix Version/s: 3.4.0 Resolution: Done > Support --bootstrap-server

Re: Request for contribution to Kafka

2022-09-19 Thread Chris Egerton
Thanks Murali, I've added you to the Jira. You should be all set now. On Mon, Sep 19, 2022 at 12:12 PM Muralidhar Basani wrote: > Hi! I would like to start contributing to Apache Kafka, can you please add > my Jira username to the contributors list? My username is: muralibasani > > Thanks a

[jira] [Resolved] (KAFKA-14063) Kafka message parsing can cause ooms with small antagonistic payloads

2022-09-19 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-14063. --- Resolution: Fixed > Kafka message parsing can cause ooms with small antagonistic payloads >

Request for contribution to Kafka

2022-09-19 Thread Muralidhar Basani
Hi! I would like to start contributing to Apache Kafka, can you please add my Jira username to the contributors list? My username is: muralibasani Thanks a bunch in advance. Best Regards, Murali Basani

CVE-2022-34917: Unauthenticated clients may cause OutOfMemoryError on Apache Kafka Brokers

2022-09-19 Thread Manikumar
Severity: High Description: A security vulnerability has been identified in Apache Kafka. It affects all releases since 2.8.0. The vulnerability allows malicious unauthenticated clients to allocate large amounts of memory on brokers. This can lead to brokers hitting OutOfMemoryException and

CVE-2022-34917: Unauthenticated clients may cause OutOfMemoryError on Apache Kafka Brokers

2022-09-19 Thread Manikumar
Severity: High Description: A security vulnerability has been identified in Apache Kafka. It affects all releases since 2.8.0. The vulnerability allows malicious unauthenticated clients to allocate large amounts of memory on brokers. This can lead to brokers hitting OutOfMemoryException and

[ANNOUNCE] Apache Kafka 3.2.3

2022-09-19 Thread Manikumar
The Apache Kafka community is pleased to announce the release for Apache Kafka 3.2.3 Apache Kafka 3.2.3 is a bugfix release and it contains important security fixes. This also fixes 7 issues since the 3.2.1 release. Please see the release notes for more information. All of the changes in this

[ANNOUNCE] Apache Kafka 3.1.2

2022-09-19 Thread Manikumar
The Apache Kafka community is pleased to announce the release for Apache Kafka 3.1.2 Apache Kafka 3.1.2 is a bugfix release and it contains important security fixes. It also fixes 4 issues since the 3.1.1 release. Please see the release notes for more information. All of the changes in this

[ANNOUNCE] Apache Kafka 3.0.2

2022-09-19 Thread Manikumar
The Apache Kafka community is pleased to announce the release for Apache Kafka 3.0.2 Apache Kafka 3.0.2 is a bugfix release and it contains important security fixes. It also fixes 10 issues since the 3.0.1 release. Please see the release notes for more information. All of the changes in this

[ANNOUNCE] Apache Kafka 2.8.2

2022-09-19 Thread Manikumar
The Apache Kafka community is pleased to announce the release for Apache Kafka 2.8.2 Apache Kafka 2.8.2 is a bugfix release and it contains important security fixes. It also fixes 11 issues since the 2.8.1 release. Please see the release notes for more information. All of the changes in this

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #1235

2022-09-19 Thread Apache Jenkins Server
See

Re: Contributor Access Request

2022-09-19 Thread Chris Egerton
Thanks Ahmed, I've added you to the Jira and Wiki. You should be all set now. On Mon, Sep 19, 2022 at 9:31 AM Ahmed Sobeh wrote: > Hi! > > I would like to start contributing to Apache Kafka, can you please add my > Jira username to the contributors list? my username is: ahmedsobeh > > Thanks a

Contributor Access Request

2022-09-19 Thread Ahmed Sobeh
Hi! I would like to start contributing to Apache Kafka, can you please add my Jira username to the contributors list? my username is: ahmedsobeh Thanks a bunch in advance. Best, Ahmed

[GitHub] [kafka-site] omkreddy merged pull request #442: download.html and javadocs updates for 3.0.2, 3.1.2 and 3.2.3

2022-09-19 Thread GitBox
omkreddy merged PR #442: URL: https://github.com/apache/kafka-site/pull/442 -- 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 comment. To unsubscribe, e-mail:

Jenkins build is unstable: Kafka » Kafka Branch Builder » trunk #1234

2022-09-19 Thread Apache Jenkins Server
See