[DISCUSS] KIP-1092: Extend Consumer#close with an option to leave the group or not

2024-09-22 Thread TengYao Chi
Hello everyone, I would like to start a discussion thread on KIP-1092 , which proposes extending Consumer#close with an option to leave the consumer group or not. Please take a look and let me know what you think, and I would appreciate any suggestion

[jira] [Resolved] (KAFKA-17528) Remove whitelist/blacklist from JMXReporter

2024-09-22 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-17528. Fix Version/s: 4.0.0 Resolution: Fixed > Remove whitelist/blacklist from JMXReporte

Re: [DISCUSS] - Kafka topic deletion improvement

2024-09-22 Thread José Armando García Sancio
Hi Muralidhar, > Proposal: > Prevent Topic Deletion if ACLs Exist: If there are read or write ACLs > associated with the topic, the deletion should be prohibited by default. > This helps prevent accidental deletion of topics that are still in use. For security it is recommended that ACLs are crea

Re: [DISCUSS] KIP-1090 Flaky Tests 👻

2024-09-22 Thread Chia-Ping Tsai
> David Arthur 於 2024年9月22日 晚上10:07 寫道: > > Q2: Yes, I think we should run the quarantined tests on all CI builds, PRs > and trunk. We can achieve this with --rerun-tasks. This will let PR authors > gain feedback about their changes affect on the flaky tests. We could even > create a PR-specif

Re: [DISCUSS] KIP-1090 Flaky Tests 👻

2024-09-22 Thread David Arthur
Q0: > However, the next description: “ Placing a new test into the quarantine will be made at the discretion of the PR authors and/or committers. It should not be compulsory.” Thanks, this was left over from the first iteration of the design, I'll remove this. Since the process is automated for ne

Re: New release branch 3.9

2024-09-22 Thread Chia-Ping Tsai
hi Colin The `reassign_partitions_test.py` is unstable in 3.9 on my local, and https://issues.apache.org/jira/browse/KAFKA-17459 will stabilize it. The root cause is unrelated to production code so I will backport it to 3.9.0 only if 3.9.0 RC get obstructed by the `reassign_partitions_test.py`.