Re: [DISCUSS] KIP-1020: Deprecate `window.size.ms` in `StreamsConfig`

2024-03-17 Thread Sophie Blee-Goldman
Sounds good! @Lucia when you have a moment can you update the KIP with the new proposal, including the details that Matthias pointed out in his last response? After that's done I think you can go ahead and call for a vote whenever you're ready! On Sat, Mar 16, 2024 at 7:35 PM Matthias J. Sax

[jira] [Resolved] (KAFKA-16376) Fix flaky ReplicaManagerTest.testRemoteFetchExpiresPerSecMetric

2024-03-17 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-16376. Resolution: Duplicate > Fix flaky ReplicaManagerTest.testRemoteFetchExpiresPerSecMetric >

[VOTE] KIP-932: Queues for Kafka

2024-03-17 Thread Andrew Schofield
Hi, I’ve been working to complete KIP-932 over the past few months and discussions have quietened down. I’d like to open the voting for KIP-932: https://cwiki.apache.org/confluence/display/KAFKA/KIP-932%3A+Queues+for+Kafka Thanks, Andrew

[jira] [Created] (KAFKA-16381) We should use a lock to protect the config getter in KafkaMetric

2024-03-17 Thread Johnny Hsu (Jira)
Johnny Hsu created KAFKA-16381: -- Summary: We should use a lock to protect the config getter in KafkaMetric Key: KAFKA-16381 URL: https://issues.apache.org/jira/browse/KAFKA-16381 Project: Kafka

Re: [DISCUSS] KIP-1026: Handling producer snapshot when upgrading from < v2.8.0 for Tiered Storage

2024-03-17 Thread Arpit Goyal
> > >> In summary , There are two possible solution to handle the above scenario when producer snapshot file found to be null 1. *Generate empty producer snapshot file at run time when copying LogSegment* - This will not require any backward compatibility dependencies with the plugin.