Re: Request required permissions to contribute to Apache Kafka

2023-11-06 Thread Josep Prat
Hi there! Thanks for your interest in Apache Kafka, your accounts are all set! Best, On Tue, Nov 7, 2023 at 8:22 AM 104664078 <104664...@163.com> wrote: > Hi Teams, > > > I request required permissions to contribute to Apache Kafka. > > > > Jira ID: Zihao Lin (linzihao1999) > Wiki ID: Zihao Lin

Re: Permission to contribute to Apache Kafka

2023-11-06 Thread Josep Prat
Hi there! Thanks for your interest in Apache Kafka, your accounts are all set! Best, On Tue, Nov 7, 2023 at 1:20 AM Zhiyuan Lei wrote: > I am requesting permission to contribute to Apache Kafka. > > Wiki ID: Zhiyuan Lei (leizhiyuan) > Jira ID: Zhiyuan Lei (leizhiyuan) > > Thanks! > --

Request required permissions to contribute to Apache Kafka

2023-11-06 Thread 104664078
Hi Teams, I request required permissions to contribute to Apache Kafka. Jira ID: Zihao Lin (linzihao1999) Wiki ID: Zihao Lin (linzihao1999) Thanks, Zihao Lin

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

2023-11-06 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-15686) Consumer should be able to detect network problem

2023-11-06 Thread Philip Nee (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Nee resolved KAFKA-15686. Assignee: Philip Nee Resolution: Won't Fix The user can use the admin client to get the

Re: [VOTE] KIP-998: Give ProducerConfig(props, doLog) constructor protected access

2023-11-06 Thread Sophie Blee-Goldman
Thanks for the input Colin -- I think I'm with you in spirit, although the 2nd suggestion isn't viable as setting the log level to TRACE would mean silencing every instance of the config logging, which was not the intention here: we still want the configs to be logged once, when the client is

[jira] [Resolved] (KAFKA-15584) ELR leader election

2023-11-06 Thread Calvin Liu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Calvin Liu resolved KAFKA-15584. Resolution: Fixed > ELR leader election > --- > > Key:

Build failed in Jenkins: Kafka » Kafka Branch Builder » trunk #2363

2023-11-06 Thread Apache Jenkins Server
See Changes: -- [...truncated 321414 lines...] Gradle Test Run :connect:runtime:test > Gradle Test Executor 47 > org.apache.kafka.connect.util.TopicAdminTest >

[jira] [Created] (KAFKA-15796) High CPU issue in Kafka Producer when Auth Failed

2023-11-06 Thread xiaotong.wang (Jira)
xiaotong.wang created KAFKA-15796: - Summary: High CPU issue in Kafka Producer when Auth Failed Key: KAFKA-15796 URL: https://issues.apache.org/jira/browse/KAFKA-15796 Project: Kafka Issue

Build failed in Jenkins: Kafka » Kafka Branch Builder » trunk #2362

2023-11-06 Thread Apache Jenkins Server
See Changes: -- [...truncated 477099 lines...] Gradle Test Run :core:test > Gradle Test Executor 102 > ZkMigrationClientTest > testMigrateEmptyZk() PASSED Gradle Test

Permission to contribute to Apache Kafka

2023-11-06 Thread Zhiyuan Lei
I am requesting permission to contribute to Apache Kafka. Wiki ID: Zhiyuan Lei (leizhiyuan) Jira ID: Zhiyuan Lei (leizhiyuan) Thanks!

[jira] [Created] (KAFKA-15795) Support fetch(fromKey, toKey, from, to) to WindowRangeQuery and unify WindowKeyQuery and WindowRangeQuery

2023-11-06 Thread Hanyu Zheng (Jira)
Hanyu Zheng created KAFKA-15795: --- Summary: Support fetch(fromKey, toKey, from, to) to WindowRangeQuery and unify WindowKeyQuery and WindowRangeQuery Key: KAFKA-15795 URL:

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

2023-11-06 Thread Apache Jenkins Server
See

Re: [VOTE] KIP-998: Give ProducerConfig(props, doLog) constructor protected access

2023-11-06 Thread Colin McCabe
-1 If the goal is not to have so much config logging, let's add a configuration key that suppresses log4j in AbstractConfig. Then plugins can set that configuration if they want before invoking the superclass constructors. (Or in the interest of allowing people to be verbose if they want,

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.6 #105

2023-11-06 Thread Apache Jenkins Server
See Changes: -- [...truncated 411519 lines...] > Task :clients:generateMetadataFileForMavenJavaPublication > Task :connect:api:compileTestJava UP-TO-DATE > Task

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

2023-11-06 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-15794) Implement request and response handling for telemetry APIs

2023-11-06 Thread Apoorv Mittal (Jira)
Apoorv Mittal created KAFKA-15794: - Summary: Implement request and response handling for telemetry APIs Key: KAFKA-15794 URL: https://issues.apache.org/jira/browse/KAFKA-15794 Project: Kafka

[jira] [Resolved] (KAFKA-15680) Partition-Count is not getting updated Correctly in the Incremental Co-operative Rebalancing(ICR) Mode of Rebalancing

2023-11-06 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton resolved KAFKA-15680. --- Fix Version/s: 3.7.0 (was: 3.6.1) Resolution: Fixed >

[jira] [Resolved] (KAFKA-15787) Investigate new test case failure - testReplicateSourceDefault - MirrorConnectorsIntegrationBaseTest

2023-11-06 Thread Chris Egerton (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Egerton resolved KAFKA-15787. --- Resolution: Duplicate > Investigate new test case failure - testReplicateSourceDefault - >

Build failed in Jenkins: Kafka » Kafka Branch Builder » trunk #2359

2023-11-06 Thread Apache Jenkins Server
See Changes: -- [...truncated 322823 lines...] Gradle Test Run :streams:test > Gradle Test Executor 88 > SynchronizedPartitionGroupTest > testAddRawRecords() STARTED

Re: [DISCUSS] KIP-969: Support range interactive queries for versioned state stores

2023-11-06 Thread Alieh Saeedi
Thank you, Bruno and Matthias. I updated the KIP as follows: 1. The one remaining `asOf` word in the KIP is removed. 2. Example 2 is updated. Thanks, Bruno for the correction. Discussions and open questions 1. Yes, Bruno. We need `orderByKey()` and `orderByTimestamp()` as well. Because the

Re: Java 1.8 and TLSv1.3

2023-11-06 Thread Edoardo Comar
Hi Andreas, I just tried running a Kafka 3.6 client on a recent Temurin Jdk 8 (OpenJDK8U-jdk_x64_mac_hotspot_8u392b08) and configured it with clientProps.put(SslConfigs.SSL_PROTOCOL_CONFIG,"TLSv1.3"); clientProps.put(SslConfigs.SSL_ENABLED_PROTOCOLS_CONFIG,"TLSv1.3"); and it connects without

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

2023-11-06 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-15793) Flaky test ZkMigrationIntegrationTest.testMigrateTopicDeletions

2023-11-06 Thread Divij Vaidya (Jira)
Divij Vaidya created KAFKA-15793: Summary: Flaky test ZkMigrationIntegrationTest.testMigrateTopicDeletions Key: KAFKA-15793 URL: https://issues.apache.org/jira/browse/KAFKA-15793 Project: Kafka

[jira] [Resolved] (KAFKA-15769) Fix wrong log with exception

2023-11-06 Thread Divij Vaidya (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Divij Vaidya resolved KAFKA-15769. -- Resolution: Fixed > Fix wrong log with exception > > >

Re: Permission to contribute to Apache Kafka

2023-11-06 Thread Josep Prat
Hi Herman, You are good to go. Thanks for your interest in Apache Kafka! Best, On Sun, Nov 5, 2023 at 1:55 PM Herman K. Jakobsen wrote: > I am requesting permission to contribute to Apache Kafka. > > Wiki ID: Herman Kolstad Jakobsen (hermankj) > Jira ID: Herman Kolstad Jakobsen (hermankj) >