[jira] [Created] (KAFKA-14691) OffsetFetch API Version 9

2023-02-07 Thread David Jacot (Jira)
David Jacot created KAFKA-14691: --- Summary: OffsetFetch API Version 9 Key: KAFKA-14691 URL: https://issues.apache.org/jira/browse/KAFKA-14691 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14690) OffsetCommit API Version 9

2023-02-07 Thread David Jacot (Jira)
David Jacot created KAFKA-14690: --- Summary: OffsetCommit API Version 9 Key: KAFKA-14690 URL: https://issues.apache.org/jira/browse/KAFKA-14690 Project: Kafka Issue Type: Sub-task

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

2023-02-07 Thread Apache Jenkins Server
See

Re: [Possible bug] Failing to use multiple client for multiple cluster using SASL channel.

2023-02-07 Thread Luke Chen
Hi Sourav, To create a JIRA account, in addition to email address, we also need your preferred username, display name. Thank you. Luke On Wed, Feb 8, 2023 at 2:01 PM Sourav Biswas wrote: > May I get a jira account > Email id: sourav_biswa...@yahoo.com > > > > > On Sunday, 5 February, 2023

Re: [Possible bug] Failing to use multiple client for multiple cluster using SASL channel.

2023-02-07 Thread Sourav Biswas
May I get a jira account Email id: sourav_biswa...@yahoo.com On Sunday, 5 February, 2023 at 01:58:33 am IST, Sourav Biswas wrote: Hello Kafka Dev, Issue:Say, I need to configure multiple client (consumer/producer) listening and publishing to different cluster inside same

Re: [DISCUSS] KIP-903: Replicas with stale broker epoch should not be allowed to join the ISR

2023-02-07 Thread Artem Livshits
Hi Calvin, Thank you for the KIP. I have a similar question -- we need to support rolling upgrades (when we have some old brokers and some new brokers), so there could be combinations of old leader - new follower, new leader - old follower, new leader - old controller, old leader - new

[jira] [Resolved] (KAFKA-14689) Kafka won't start on Windows in KRaft mode

2023-02-07 Thread Deng Ziming (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deng Ziming resolved KAFKA-14689. - Resolution: Duplicate This is the same with KAFKA-14273 > Kafka won't start on Windows in

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.4 #76

2023-02-07 Thread Apache Jenkins Server
See Changes: -- [...truncated 467961 lines...] [2023-02-07T22:29:57.877Z] Gradle Test Run :core:integrationTest > Gradle Test Executor 170 > KafkaZkClientTest >

Re: [DISCUSS] KIP-903: Replicas with stale broker epoch should not be allowed to join the ISR

2023-02-07 Thread Jun Rao
Hi, Calvin, Thanks for the KIP. Looks good to me overall. Since this KIP changes the inter-broker protocol, should we bump up the metadata version (the equivalent of IBP) during upgrade? Jun On Fri, Feb 3, 2023 at 10:55 AM Calvin Liu wrote: > Hi everyone, > I'd like to discuss the fix for

Re: [VOTE] 3.4.0 RC2

2023-02-07 Thread Sophie Blee-Goldman
Yes, thank you David for getting this across the finish line. And thanks to everyone else who helped along the way! Cheers, Sophie On Mon, Feb 6, 2023 at 7:27 AM Ismael Juma wrote: > Thanks David and Sophie! > > Ismael > > On Mon, Feb 6, 2023, 7:22 AM David Arthur wrote: > > > I'd like to go

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

2023-02-07 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-14687) Possible issue on documentation : producerConfig -> retries

2023-02-07 Thread Ahmed Toumi (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ahmed Toumi resolved KAFKA-14687. - Resolution: Fixed I see that was fixed at this revision number :

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

2023-02-07 Thread Apache Jenkins Server
See Changes: -- [...truncated 498975 lines...] [2023-02-07T22:44:47.956Z] > Task :streams:javadoc [2023-02-07T22:44:47.956Z]

Re: [DISCUSS] KIP-898: Modernize Connect plugin discovery

2023-02-07 Thread Greg Harris
Chris, Thanks for the comments! 1. I've updated the script to sync-manifests [--keep-not-found] with your described semantics. 2. I've pushed all of the deprecation decisions to a follow-up KIP that can take place after an intervening release. I hope that this feature has a high enough ROI that

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

2023-02-07 Thread Apache Jenkins Server
See

CVE-2023-25194: Apache Kafka: Possible RCE/Denial of service attack via SASL JAAS JndiLoginModule configuration using Kafka Connect

2023-02-07 Thread Manikumar
Severity: important Description: A possible security vulnerability has been identified in Apache Kafka Connect. This requires access to a Kafka Connect worker, and the ability to create/modify connectors on it with an arbitrary Kafka client SASL JAAS config and a SASL-based security protocol,

Re: [DISCUSS] KIP-904 Kafka Streams - Guarantee subtractor is called before adder if key has not changed

2023-02-07 Thread Guozhang Wang
Hello Farooq, Thanks for the very detailed proposal! I think this is a great idea. Just a few thoughts: 1. I regret that we over-optimized the Changed serde format for footprint while making it less extensible. It seems to me that a two rolling bounce migration is unavoidable.. Regarding the

[ANNOUNCE] Apache Kafka 3.4.0

2023-02-07 Thread David Arthur
The Apache Kafka community is pleased to announce the release of Apache Kafka 3.4.0. This is a major release and it includes fixes and improvements from over 120 JIRAs. All of the changes in this release can be found in the release notes:

[jira] [Created] (KAFKA-14689) Kafka won't start on Windows in KRaft mode

2023-02-07 Thread Kedar Joshi (Jira)
Kedar Joshi created KAFKA-14689: --- Summary: Kafka won't start on Windows in KRaft mode Key: KAFKA-14689 URL: https://issues.apache.org/jira/browse/KAFKA-14689 Project: Kafka Issue Type: Bug

[GitHub] [kafka-site] mumrah merged pull request #485: Add initial ZK to KRaft migration docs

2023-02-07 Thread via GitHub
mumrah merged PR #485: URL: https://github.com/apache/kafka-site/pull/485 -- 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:

[GitHub] [kafka-site] mumrah merged pull request #486: Update website for 3.4.0 release

2023-02-07 Thread via GitHub
mumrah merged PR #486: URL: https://github.com/apache/kafka-site/pull/486 -- 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 still unstable: Kafka » Kafka Branch Builder » trunk #1562

2023-02-07 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-14688) Move org.apache.kafka.server.log.internals to org.apache.kafka.storage.internals.log

2023-02-07 Thread Satish Duggana (Jira)
Satish Duggana created KAFKA-14688: -- Summary: Move org.apache.kafka.server.log.internals to org.apache.kafka.storage.internals.log Key: KAFKA-14688 URL: https://issues.apache.org/jira/browse/KAFKA-14688

[jira] [Created] (KAFKA-14687) Possible issue on documentation : producerConfig -> retries

2023-02-07 Thread Ahmed Toumi (Jira)
Ahmed Toumi created KAFKA-14687: --- Summary: Possible issue on documentation : producerConfig -> retries Key: KAFKA-14687 URL: https://issues.apache.org/jira/browse/KAFKA-14687 Project: Kafka

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

2023-02-07 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-14678) Move __consumer_offsets records from core to group-coordinator

2023-02-07 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-14678. - Fix Version/s: 3.5.0 Resolution: Fixed > Move __consumer_offsets records from core to