[jira] [Reopened] (KAFKA-18092) TransactionsTest.testBumpTransactionalEpochWithTV2Enabled is flaky

2025-01-06 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax reopened KAFKA-18092: - Just failed again (two time in a row) on [https://github.com/apache/kafka/pull/18402]  > T

[jira] [Created] (KAFKA-18421) Test ConsumerProtocolMigrationTest.testDowngradeFromEmptyConsumerToClassicGroupWithDowngradePolicy failed

2025-01-06 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-18421: --- Summary: Test ConsumerProtocolMigrationTest.testDowngradeFromEmptyConsumerToClassicGroupWithDowngradePolicy failed Key: KAFKA-18421 URL: https://issues.apache.org/jira/brow

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

2025-01-06 Thread TaiJu Wu
Hi Divij and Kirk, Thanks for your response. You are right, this change is not straightforward and I apologize for that. > we haven't answered the question about protocol for ProduceRequest raised above. Sorry but which question did I miss, this KIP has been modified from record-level to topic-le

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

2025-01-06 Thread Kirk True
Hi TaiJu! I will echo the concerns about the likelihood of gotchas arising in an effort to work around the existing API and protocol design. If the central concern is the performance impact and/or resource overhead of multiple client instances, I'd rather attack that in a more direct manner. T

[jira] [Resolved] (KAFKA-18374) Remove EncryptingPasswordEncoder

2025-01-06 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18374. Resolution: Fixed trunk: https://github.com/apache/kafka/commit/23e77ed2d44b53deb96823134

[jira] [Created] (KAFKA-18419) Accept plugin.version configurations for transforms and predicates

2025-01-06 Thread Greg Harris (Jira)
Greg Harris created KAFKA-18419: --- Summary: Accept plugin.version configurations for transforms and predicates Key: KAFKA-18419 URL: https://issues.apache.org/jira/browse/KAFKA-18419 Project: Kafka

[jira] [Resolved] (KAFKA-18388) test-kraft-server-start.sh should use log4j2.yaml

2025-01-06 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18388. Resolution: Fixed trunk: https://github.com/apache/kafka/commit/a52aedd6ff9ade0230c0f41b4

[jira] [Resolved] (KAFKA-18131) Improve logs for voters

2025-01-06 Thread TengYao Chi (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] TengYao Chi resolved KAFKA-18131. - Resolution: Fixed > Improve logs for voters > --- > > Key: K

[jira] [Created] (KAFKA-18407) Remove ZkAdminManager

2025-01-06 Thread Jira
黃竣陽 created KAFKA-18407: --- Summary: Remove ZkAdminManager Key: KAFKA-18407 URL: https://issues.apache.org/jira/browse/KAFKA-18407 Project: Kafka Issue Type: Improvement Reporter: 黃竣陽

[jira] [Created] (KAFKA-18417) Remove controlled.shutdown.max.retries and controlled.shutdown.retry.backoff.ms

2025-01-06 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18417: -- Summary: Remove controlled.shutdown.max.retries and controlled.shutdown.retry.backoff.ms Key: KAFKA-18417 URL: https://issues.apache.org/jira/browse/KAFKA-18417 P

[jira] [Created] (KAFKA-18418) Flaky test in KafkaStreamsTest::shouldThrowOnCleanupWhileShuttingDownStreamClosedWithCloseOptionLeaveGroupFalse

2025-01-06 Thread Ao Li (Jira)
Ao Li created KAFKA-18418: - Summary: Flaky test in KafkaStreamsTest::shouldThrowOnCleanupWhileShuttingDownStreamClosedWithCloseOptionLeaveGroupFalse Key: KAFKA-18418 URL: https://issues.apache.org/jira/browse/KAFKA-18418

[jira] [Resolved] (KAFKA-18419) Accept plugin.version configurations for transforms and predicates

2025-01-06 Thread Greg Harris (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Harris resolved KAFKA-18419. - Resolution: Fixed > Accept plugin.version configurations for transforms and predicates > ---

[jira] [Created] (KAFKA-18420) Find out the license which is in the license file but is not in distribution

2025-01-06 Thread kangning.li (Jira)
kangning.li created KAFKA-18420: --- Summary: Find out the license which is in the license file but is not in distribution Key: KAFKA-18420 URL: https://issues.apache.org/jira/browse/KAFKA-18420 Project: K

[jira] [Resolved] (KAFKA-17539) Implement registerMetricsForSubscription

2025-01-06 Thread Andrew Schofield (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Schofield resolved KAFKA-17539. -- Resolution: Fixed > Implement registerMetricsForSubscription > ---

[jira] [Reopened] (KAFKA-18036) TransactionsWithTieredStoreTest testReadCommittedConsumerShouldNotSeeUndecidedData is flaky

2025-01-06 Thread Yu-Lin Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yu-Lin Chen reopened KAFKA-18036: - Reopen this Jira as the issue still exists in trunk and can be reproduced locally within 20 loops.

[jira] [Created] (KAFKA-18415) Flaky ApplicationEventHandlerTest testRecordApplicationEventQueueSize

2025-01-06 Thread Lianet Magrans (Jira)
Lianet Magrans created KAFKA-18415: -- Summary: Flaky ApplicationEventHandlerTest testRecordApplicationEventQueueSize Key: KAFKA-18415 URL: https://issues.apache.org/jira/browse/KAFKA-18415 Project: Ka

Re: [DISCUSS] KIP-1101: Trigger rebalance on rack topology changes

2025-01-06 Thread David Jacot
Hi PoAn, Thanks for the update. I haven't read the updated KIP yet. DJ02: I am not sure about using Guava as a dependency. I mentioned it more as an inspiration/reference. I suppose that we could use it on the server but we should definitely not use it on the client. I am not sure how others feel

[jira] [Created] (KAFKA-18406) Remove ZkBrokerEpochManager

2025-01-06 Thread Jira
黃竣陽 created KAFKA-18406: --- Summary: Remove ZkBrokerEpochManager Key: KAFKA-18406 URL: https://issues.apache.org/jira/browse/KAFKA-18406 Project: Kafka Issue Type: Improvement Reporter: 黃竣陽

[jira] [Created] (KAFKA-18405) Remove ZooKeeper logic from DynamicBrokerConfig

2025-01-06 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-18405: -- Summary: Remove ZooKeeper logic from DynamicBrokerConfig Key: KAFKA-18405 URL: https://issues.apache.org/jira/browse/KAFKA-18405 Project: Kafka Issue Typ

[jira] [Created] (KAFKA-18412) Remove EmbeddedZookeeper

2025-01-06 Thread TengYao Chi (Jira)
TengYao Chi created KAFKA-18412: --- Summary: Remove EmbeddedZookeeper Key: KAFKA-18412 URL: https://issues.apache.org/jira/browse/KAFKA-18412 Project: Kafka Issue Type: Improvement Re

[jira] [Created] (KAFKA-18413) Remove AdminZkClient

2025-01-06 Thread TengYao Chi (Jira)
TengYao Chi created KAFKA-18413: --- Summary: Remove AdminZkClient Key: KAFKA-18413 URL: https://issues.apache.org/jira/browse/KAFKA-18413 Project: Kafka Issue Type: Improvement Report

[jira] [Resolved] (KAFKA-17616) Remove KafkaServer

2025-01-06 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-17616. Fix Version/s: 4.0.0 Resolution: Fixed > Remove KafkaServer > -- >

[jira] [Created] (KAFKA-18414) Remove KRaftRegistrationResult

2025-01-06 Thread TengYao Chi (Jira)
TengYao Chi created KAFKA-18414: --- Summary: Remove KRaftRegistrationResult Key: KAFKA-18414 URL: https://issues.apache.org/jira/browse/KAFKA-18414 Project: Kafka Issue Type: Improvement

[jira] [Created] (KAFKA-18411) Remove ZkProducerIdManager

2025-01-06 Thread Jira
黃竣陽 created KAFKA-18411: --- Summary: Remove ZkProducerIdManager Key: KAFKA-18411 URL: https://issues.apache.org/jira/browse/KAFKA-18411 Project: Kafka Issue Type: Improvement Reporter: 黃竣陽

[jira] [Resolved] (KAFKA-18307) Flaky test report includes disabled or removed tests.

2025-01-06 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-18307. -- Resolution: Fixed > Flaky test report includes disabled or removed tests. > --

[jira] [Created] (KAFKA-18416) Ensure we capture all flaky/failing tests in report

2025-01-06 Thread David Arthur (Jira)
David Arthur created KAFKA-18416: Summary: Ensure we capture all flaky/failing tests in report Key: KAFKA-18416 URL: https://issues.apache.org/jira/browse/KAFKA-18416 Project: Kafka Issue Typ

[jira] [Created] (KAFKA-18422) add Kafka client upgrade path

2025-01-06 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18422: -- Summary: add Kafka client upgrade path Key: KAFKA-18422 URL: https://issues.apache.org/jira/browse/KAFKA-18422 Project: Kafka Issue Type: Improvement

[DISCUSS] Proposed KIP: Event-Driven State Store Cleanup through Changelog Deletion Notifications

2025-01-06 Thread Thulasi Ram
Hi All, I'd like to propose a KIP that transforms state store cleanup from a time-driven to event-driven approach by introducing changelog delete notifications. Problem: Currently, state stores have no way to know when records are deleted from their changelog topics due to retention. This leads t

Re: [VOTE] KIP-1098: Reverse Checkpointing in MirrorMaker

2025-01-06 Thread Dániel Urbán
Hey everyone, Trying to bump once more, maybe someone will notice :) TIA Daniel Dániel Urbán ezt írta (időpont: 2024. dec. 17., K, 18:26): > Hi everyone, > Bumping in hope for some votes - consider checking this, small KIP with > some useful improvements. > TIA > Daniel > > Dániel Urbán ezt írt

[jira] [Created] (KAFKA-18408) tweak the 'tag' field for BrokerHeartbeatRequest.json, BrokerRegistrationChangeRecord.json and RegisterBrokerRecord.json

2025-01-06 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18408: -- Summary: tweak the 'tag' field for BrokerHeartbeatRequest.json, BrokerRegistrationChangeRecord.json and RegisterBrokerRecord.json Key: KAFKA-18408 URL: https://issues.apache.o

Re: [PR] MINOR: Fix newlines not working in LISTENERS_DOC for 3.8 and 3.9 docs [kafka-site]

2025-01-06 Thread via GitHub
clarkwtc commented on PR #658: URL: https://github.com/apache/kafka-site/pull/658#issuecomment-2573118367 Preview 3.9 [ ![Screenshot 2025-01-06 212809](https://github.com/user-attachments/assets/e45ad4b7-db3e-4a9a-9cb4-e538de11f84a) ](url) Preview 3.8 ![Screenshot 2025-01-

[jira] [Created] (KAFKA-18409) ShareGroupStateMessageFormatter should use ApiMessageFormatter

2025-01-06 Thread David Jacot (Jira)
David Jacot created KAFKA-18409: --- Summary: ShareGroupStateMessageFormatter should use ApiMessageFormatter Key: KAFKA-18409 URL: https://issues.apache.org/jira/browse/KAFKA-18409 Project: Kafka

[jira] [Created] (KAFKA-18410) Should GroupMetadataMessageFormatter print new records too?

2025-01-06 Thread David Jacot (Jira)
David Jacot created KAFKA-18410: --- Summary: Should GroupMetadataMessageFormatter print new records too? Key: KAFKA-18410 URL: https://issues.apache.org/jira/browse/KAFKA-18410 Project: Kafka Is