[jira] [Resolved] (KAFKA-15710) KRaft support in ServerShutdownTest

2023-11-08 Thread Sameer Tejani (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sameer Tejani resolved KAFKA-15710. --- Resolution: Won't Fix > KRaft support in ServerShutdownTest >

AW: tiered storage - remote data to topic binding

2023-11-08 Thread philipp lehmann
My bad! I missed that RemoteLogSegmentId also contains TopicIdPartition, which includes the required data. I wrongfully assumed that it was only a UUID. Thank you for your quick response. The problem is solved. Von: Divij Vaidya Gesendet: Mittwoch, 8. November

Re: tiered storage - remote data to topic binding

2023-11-08 Thread Divij Vaidya
I am assuming that you are referring to the RSM.fetchLogSegment() API call. The RemoteLogSegmentMetadata object passed to it contains RemoteLogSegmentId which contains information about Topic and the Partition for this segment. Isn't that information sufficient for your use case? If not,

tiered storage - remote data to topic binding

2023-11-08 Thread philipp lehmann
Hello, If I understand tiered storage correctly, the RemoteStorageManager doesn't know to which topic the data it receives belongs. In some environments that offer access-pattern-based storage, this is disadvantageous. If the corresponding topics were part of the storage request, the

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

2023-11-08 Thread Apache Jenkins Server
See Changes: -- [...truncated 422712 lines...] Gradle Test Run :connect:runtime:test > Gradle Test Executor 42 > org.apache.kafka.connect.storage.OffsetUtilsTest >

Re: KIP-993: Allow restricting files accessed by File and Directory ConfigProviders

2023-11-08 Thread Greg Harris
Hey Tina, Thanks for the KIP! Unrestricted file system access over a REST API is an unfortunate anti-pattern, so I'm glad that you're trying to change it. I had a few questions, mostly from the Connect perspective. 1. In the past Connect removed the FileStream connectors in order to prevent a

Re: [VOTE] KIP-992 Proposal to introduce IQv2 Query Types: TimestampedKeyQuery and TimestampedRangeQuery

2023-11-08 Thread Hanyu (Peter) Zheng
Hi all, This voting thread has been open for over 72 hours and has received enough votes. Therefore, the vote will be closed now. +3 binding votes +1 (non-binding) KIP-992 has PASSED. Thanks all for your votes Hanyu On Fri, Nov 3, 2023 at 5:10 PM Matthias J. Sax wrote: > Thanks for the

Re: [DISCUSS] KIP-997 Support fetch(fromKey, toKey, from, to) to WindowRangeQuery and unify WindowKeyQuery and WindowRangeQuery

2023-11-08 Thread Hanyu (Peter) Zheng
Hello everyone, I would like to start the discussion for KIP-997: Support fetch(fromKey, toKey, from, to) to WindowRangeQuery and unify WindowKeyQuery and WindowRangeQuery The KIP can be found here:

[DISCUSS] KIP-997 Support fetch(fromKey, toKey, from, to) to WindowRangeQuery and unify WindowKeyQuery and WindowRangeQuery

2023-11-08 Thread Hanyu (Peter) Zheng
https://cwiki.apache.org/confluence/display/KAFKA/KIP-997%3A++Support+fetch%28fromKey%2C+toKey%2C+from%2C+to%29+to+WindowRangeQuery+and+unify+WindowKeyQuery+and+WindowRangeQuery -- [image: Confluent] Hanyu (Peter) Zheng he/him/his Software Engineer Intern +1 (213)

[jira] [Created] (KAFKA-15800) Malformed connect source offsets corrupt other partitions with DataException

2023-11-08 Thread Greg Harris (Jira)
Greg Harris created KAFKA-15800: --- Summary: Malformed connect source offsets corrupt other partitions with DataException Key: KAFKA-15800 URL: https://issues.apache.org/jira/browse/KAFKA-15800 Project:

Re: Requesting permissions to contribute to Apache Kafka

2023-11-08 Thread Mickael Maison
Hi, I've granted you permissions in Jira and Confluence. Thanks, Mickael On Wed, Nov 8, 2023 at 4:51 PM Sverre H. Huseby wrote: > > Ref > https://cwiki.apache.org/confluence/display/kafka/kafka+improvement+proposals > > Wiki ID: sverrehu > Jira ID: sverrehu > > > Thanks, > Sverre.

[jira] [Created] (KAFKA-15799) ZK brokers incorrectly handle KRaft metadata snapshots

2023-11-08 Thread David Arthur (Jira)
David Arthur created KAFKA-15799: Summary: ZK brokers incorrectly handle KRaft metadata snapshots Key: KAFKA-15799 URL: https://issues.apache.org/jira/browse/KAFKA-15799 Project: Kafka Issue

Re: [DISCUSS] KIP-968: Support single-key_multi-timestamp interactive queries (IQv2) for versioned state stores

2023-11-08 Thread Alieh Saeedi
Thank you, Bruno and Matthias, for keeping the discussion going and for reviewing the PR. Here are the KIP updates: - I removed the `peek()` from the `ValueIterator` interface since we do not need it. - Yes, Bruno, the `validTo` field in the `VersionedRecod` class is exclusive. I

Requesting permissions to contribute to Apache Kafka

2023-11-08 Thread Sverre H. Huseby
Ref https://cwiki.apache.org/confluence/display/kafka/kafka+improvement+proposals Wiki ID: sverrehu Jira ID: sverrehu Thanks, Sverre.

Re: [DISCUSS] KIP-982: Access SslPrincipalMapper and kerberosShortNamer in Custom KafkaPrincipalBuilder

2023-11-08 Thread Mickael Maison
Hi Raghu, Can you clarify why the currently proposed solution would have less compatibility issues? Also if you don't want to follow the AuthenticationContext alternative, can you add it to the rejected alternatives section. Thanks, Mickael On Wed, Nov 8, 2023 at 1:42 AM Raghu B wrote: > > Hi