Re: [DISCUSS] The Path Forward for Saving Cross-AZ Costs KIPs

2025-08-07 Thread Brebner, Paul
Thanks Luke, I’m taking a closer look at these now … Paul From: Luke Chen Date: Tuesday, 5 August 2025 at 6:32 pm To: dev , Kafka Users Subject: [DISCUSS] The Path Forward for Saving Cross-AZ Costs KIPs EXTERNAL EMAIL - USE CAUTION when clicking links or attachments Hi all, The Kafka commu

Jenkins build is still unstable: Kafka » Kafka PowerPC Daily » test-powerpc #383

2025-08-07 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-19589) Reduce number of CheckAndUpdatePositionsEvents generated in AsyncKafkaConsumer.updateFetchPositions()

2025-08-07 Thread Kirk True (Jira)
Kirk True created KAFKA-19589: - Summary: Reduce number of CheckAndUpdatePositionsEvents generated in AsyncKafkaConsumer.updateFetchPositions() Key: KAFKA-19589 URL: https://issues.apache.org/jira/browse/KAFKA-19589

[jira] [Created] (KAFKA-19588) Reduce number of PollEvents generated in AsyncKafkaConsumer.poll()

2025-08-07 Thread Kirk True (Jira)
Kirk True created KAFKA-19588: - Summary: Reduce number of PollEvents generated in AsyncKafkaConsumer.poll() Key: KAFKA-19588 URL: https://issues.apache.org/jira/browse/KAFKA-19588 Project: Kafka

[PR] Markdown source for AK website [kafka-site]

2025-08-07 Thread via GitHub
hvishwanath opened a new pull request, #710: URL: https://github.com/apache/kafka-site/pull/710 - **Initial commit** - **Lots of updates. About page pending** - **home page coming along** - **Home page complete** - **docs pages, just as a preview to improve tooling** - **remove

[DISCUSS] KIP-1184: Add connector name and task index tags to MirrorMaker tasks' metrics

2025-08-07 Thread Jhen-Yung Hsu
Hi all, I would like to start a discussion for KIP-1184 - https://cwiki.apache.org/confluence/x/vomKFQ This KIP proposes adding connector name and task index tags to MirrorSourceConnector and MirrorCheckpointConnector metrics to prevent collisions in the kafka-metrics-count metric. Please take a

[jira] [Resolved] (KAFKA-19572) Fix NPE messages in ConsoleShareConsumer.

2025-08-07 Thread Lianet Magrans (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lianet Magrans resolved KAFKA-19572. Resolution: Fixed > Fix NPE messages in ConsoleShareConsumer. > --

[jira] [Resolved] (KAFKA-19464) remove findNextFetchOffset.set(true) from acknowledge and release acquired records functionality

2025-08-07 Thread Apoorv Mittal (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Mittal resolved KAFKA-19464. --- Fix Version/s: 4.2.0 Resolution: Fixed > remove findNextFetchOffset.set(true) from ac

[jira] [Resolved] (KAFKA-19400) Update AddRaftVoterRPC to support controller auto-joining

2025-08-07 Thread Kevin Wu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Wu resolved KAFKA-19400. -- Reviewer: José Armando García Sancio Resolution: Fixed > Update AddRaftVoterRPC to support contr

[jira] [Created] (KAFKA-19587) Unify kraft shutdown logic in poll methods

2025-08-07 Thread Kevin Wu (Jira)
Kevin Wu created KAFKA-19587: Summary: Unify kraft shutdown logic in poll methods Key: KAFKA-19587 URL: https://issues.apache.org/jira/browse/KAFKA-19587 Project: Kafka Issue Type: Task

Re: [VOTE] KIP-1190: Add a metric for controller thread idleness

2025-08-07 Thread David Arthur
Thanks for the KIP, Mahsa! Seems like a useful metric to add on the controller. +1 binding -David On Tue, Aug 5, 2025 at 1:58 PM Manikumar wrote: > Hi, > > Thanks for the KIP. > > +1 (binding) > > > Thanks, > Manikumar > > On Fri, Aug 1, 2025 at 10:33 PM Jonah Hooper > > wrote: > > > Thanks

Re: [DISCUSS] The state of our container images

2025-08-07 Thread Chris Egerton
IMO if we haven't invested the work necessary to continually publish images (especially the Docker official image) with new releases, we should remove them. We don't want people running older versions of our software because that's what they found on Docker, and then filing bug requests for no-long

[jira] [Created] (KAFKA-19586) Potential

2025-08-07 Thread Tal Asulin (Jira)
Tal Asulin created KAFKA-19586: -- Summary: Potential Key: KAFKA-19586 URL: https://issues.apache.org/jira/browse/KAFKA-19586 Project: Kafka Issue Type: Bug Components: core Affects

[jira] [Created] (KAFKA-19585) Avoid noisy NPE logs when closing consumer after constructor failures

2025-08-07 Thread Lianet Magrans (Jira)
Lianet Magrans created KAFKA-19585: -- Summary: Avoid noisy NPE logs when closing consumer after constructor failures Key: KAFKA-19585 URL: https://issues.apache.org/jira/browse/KAFKA-19585 Project: Ka

Re: [DISCUSS] The state of our container images

2025-08-07 Thread Luke Chen
Hi Mickael, Thanks for starting this discussion. Regarding the native image, I agree that it wouldn't be helpful if there isn't an easy way to generate a metadata file that covers all Kafka functionality. I can anticipate similar issues, such as KAFKA-19583

[DISCUSS] The state of our container images

2025-08-07 Thread Mickael Maison
Hi, We currently have 3 types of container images: - Apache Kafka JVM - Apache Kafka Native, added via KIP-974 [0] - Docker Official, added via KIP-1028 [1] However we've not really put effort in maintaining the Native and Docker Official images. For KIP-974, the kafka-native images are advertis

Re: [DISCUSS] The Path Forward for Saving Cross-AZ Costs KIPs

2025-08-07 Thread Henry Haiying Cai
Luke, Thanks for putting effort to summarize three KIPs and bring the focus on community's direction. For KIP-1176, we are implementing some of the recommendations from the community (e.g. creating separate metadata topic, tuning the S3E1Z performance), we will have some updates to share in the

[jira] [Resolved] (KAFKA-18068) Fixing typo in ProducerConfig

2025-08-07 Thread TengYao Chi (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] TengYao Chi resolved KAFKA-18068. - Resolution: Fixed > Fixing typo in ProducerConfig > - > >

Re: [VOTE] KIP-1147: Improve consistency of command-line arguments

2025-08-07 Thread Tommi Vainikainen
I'd like to ask for a clarification on the precedence of configurations. Most concretely this KIP adds --bootstrap-server for kafka-producer-perf-test.sh. Almost all tools have --bootstrap-server as *required* argument, but kafka-producer-perf-test has gone without --bootstrap-server command line a