[jira] [Created] (KAFKA-18082) Add 0.11, 1.0, 1.1 and 2.0 to consumer upgrade e2e

2024-11-23 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18082: -- Summary: Add 0.11, 1.0, 1.1 and 2.0 to consumer upgrade e2e Key: KAFKA-18082 URL: https://issues.apache.org/jira/browse/KAFKA-18082 Project: Kafka Issue

[jira] [Resolved] (KAFKA-18078) Fix failed MetricsTest.testJMXFilter

2024-11-23 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18078. Fix Version/s: 4.0.0 Resolution: Fixed > Fix failed MetricsTest.testJMXFilter > ---

[jira] [Resolved] (KAFKA-18075) Prevent ClusterInstance default producer and consumer initialization with empty configs

2024-11-23 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18075. Fix Version/s: 4.0.0 Resolution: Fixed > Prevent ClusterInstance default producer a

Plz help on kafka consumer API performance(taking time on the first consumer.poll())

2024-11-23 Thread giri mungi
Hi Team, Good day to you. Iam Giridhar.I need your suggestions in kafka performance improvement please. *Scenario is: The user will give the offset as input and based on the offset we need to give the next 1000 messages from kafka topic and next offset.The kafka topic contains only one partition

Build failed in Jenkins: Kafka » kafka-2.7-jdk8 #197

2024-11-23 Thread Apache Jenkins Server
See Changes: -- Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on builds32 (ubuntu) in workspace

[jira] [Resolved] (KAFKA-16734) Add support for formatting records written to share-group state topic in kafka-dump-log.sh

2024-11-23 Thread Andrew Schofield (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Schofield resolved KAFKA-16734. -- Resolution: Fixed > Add support for formatting records written to share-group state to

Re: [DISCUSS] KIP-1030: Change constraints and default values for various configurations

2024-11-23 Thread Divij Vaidya
Jun Thank you for the feedback. I have removed the configuration changes where we are relying on num cores. The only change I have kept is increasing recovery threads to 2 (from 1 as default). James Thank you for bringing the JIRA to my attention. I haven't looked deeply into the implementation

[jira] [Created] (KAFKA-18081) Remove isKRaftTest from the kraft-only tests

2024-11-23 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18081: -- Summary: Remove isKRaftTest from the kraft-only tests Key: KAFKA-18081 URL: https://issues.apache.org/jira/browse/KAFKA-18081 Project: Kafka Issue Type:

[jira] [Created] (KAFKA-18080) Replace DelayedItem by Long type

2024-11-23 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18080: -- Summary: Replace DelayedItem by Long type Key: KAFKA-18080 URL: https://issues.apache.org/jira/browse/KAFKA-18080 Project: Kafka Issue Type: Improvement

[jira] [Resolved] (KAFKA-18076) Remove `isZkMigrationTest` and related code

2024-11-23 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18076. Fix Version/s: 4.0.0 Resolution: Fixed > Remove `isZkMigrationTest` and related cod

Re: [DISCUSS] KIP-1115: Bazel Builds

2024-11-23 Thread Chia-Ping Tsai
hi Bruno > My assumption was that public APIs are about how to use Kafka, not about how to build it. I've seen many CI pipelines for Kafka-related systems relying on Kafka's Gradle commands, so I'm hesitant to break the build command abruptly. This is also why we didn't remove ./gradlewAll ( http

Re: [DISCUSS] KIP-1115: Bazel Builds

2024-11-23 Thread Bruno Cadonna
Hi Chia-Ping, I have a question regarding the following comment: > CP1: Gradle commands are part of the public API, so in which Kafka version should we announce the deprecation of Gradle commands? It is the first time I hear that Gradle commands are part of the public API. Could you elabora

[jira] [Created] (KAFKA-18079) `consumer-config` does not work with console-share-consumer

2024-11-23 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18079: -- Summary: `consumer-config` does not work with console-share-consumer Key: KAFKA-18079 URL: https://issues.apache.org/jira/browse/KAFKA-18079 Project: Kafka

[jira] [Resolved] (KAFKA-18037) Remove deprecated methods from EmbeddedConnect and EmbeddedConnectCluster

2024-11-23 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18037. Fix Version/s: 4.0.0 Resolution: Fixed > Remove deprecated methods from EmbeddedCon

[jira] [Created] (KAFKA-18078) Fix failed MetricsTest.testJMXFilter

2024-11-23 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18078: -- Summary: Fix failed MetricsTest.testJMXFilter Key: KAFKA-18078 URL: https://issues.apache.org/jira/browse/KAFKA-18078 Project: Kafka Issue Type: Bug

[jira] [Created] (KAFKA-18077) Remove deprecated JmxReporter(String)

2024-11-23 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18077: -- Summary: Remove deprecated JmxReporter(String) Key: KAFKA-18077 URL: https://issues.apache.org/jira/browse/KAFKA-18077 Project: Kafka Issue Type: Improve

Re: [DISCUSS]KIP-1107: Adding record-level acks for producers

2024-11-23 Thread TaiJu Wu
Hi Chia-Ping, Sorry for late reply and thanks for your feedback to make this KIP more valuable. After initial verification, I think this can do without large changes. I have updated KIP, thanks a lot. Best, TaiJuWu Chia-Ping Tsai 於 2024年11月20日 週三 下午5:06寫道: > hi TaiJuWu > > Is there a possibi

[jira] [Created] (KAFKA-18076) Remove `isZkMigrationTest` and related code

2024-11-23 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18076: -- Summary: Remove `isZkMigrationTest` and related code Key: KAFKA-18076 URL: https://issues.apache.org/jira/browse/KAFKA-18076 Project: Kafka Issue Type: S

[jira] [Created] (KAFKA-18075) Prevent ClusterInstance default producer and consumer initialization with empty configs

2024-11-23 Thread Kuan Po Tseng (Jira)
Kuan Po Tseng created KAFKA-18075: - Summary: Prevent ClusterInstance default producer and consumer initialization with empty configs Key: KAFKA-18075 URL: https://issues.apache.org/jira/browse/KAFKA-18075