Re: Permission to contribute to Apache Kafka

2024-05-21 Thread Matthias J. Sax
You should be all set. On 5/21/24 8:30 AM, Harry Fallows wrote: Hello, I am following the[Getting Started guide for writing KIPs](https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Improvement+Proposals). Could someone give me the permissions to write a KIP please? My Wiki ID is harryfa

Re: Request for Authorization to Create KIP

2024-05-21 Thread Matthias J. Sax
You should be all set. On 5/21/24 6:58 PM, 黃竣陽 wrote: I want to create a KIP, and my wiki id : m1a2st and Jira id : m1a2st, Thanks for your help. jiang dou 於 2024年5月22日 上午9:01 寫道: You should send your jira ID and wiki ID, Please refer to this address : https://cwiki.apache.org/confluence/dis

Re: [External] Re: DescribeLogDirs in Kafka 3.3.1 returns all topics instead of one provided in the request. Bug or "bad user error"?

2024-05-21 Thread Maxim Senin
Thanks, all. /Maxim From: Chia-Ping Tsai Date: Tuesday, May 21, 2024 at 11:27 PM To: dev@kafka.apache.org Subject: [External] Re: DescribeLogDirs in Kafka 3.3.1 returns all topics instead of one provided in the request. Bug or "bad user error"? Dear all, I file https://nam02.safelinks.protec

[jira] [Created] (KAFKA-16810) Improve kafka-consumer-perf-test to benchmark single partition

2024-05-21 Thread Harsh Panchal (Jira)
Harsh Panchal created KAFKA-16810: - Summary: Improve kafka-consumer-perf-test to benchmark single partition Key: KAFKA-16810 URL: https://issues.apache.org/jira/browse/KAFKA-16810 Project: Kafka

[jira] [Resolved] (KAFKA-16783) Migrate RemoteLogMetadataManagerTest to new test infra

2024-05-21 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen resolved KAFKA-16783. --- Fix Version/s: 3.8.0 Resolution: Fixed > Migrate RemoteLogMetadataManagerTest to new test inf

Re: Request for Authorization to Create KIP

2024-05-21 Thread 黃竣陽
I want to create a KIP, and my wiki id : m1a2st and Jira id : m1a2st, Thanks for your help. > jiang dou 於 2024年5月22日 上午9:01 寫道: > > You should send your jira ID and wiki ID, > Please refer to this address : > https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Improvement+Proposals > > 黃竣陽

Re: Request for Authorization to Create KIP

2024-05-21 Thread jiang dou
You should send your jira ID and wiki ID, Please refer to this address : https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Improvement+Proposals 黃竣陽 于2024年5月21日周二 22:42写道: > I am writing to request authorization to create a KIP. > > Currently, I do not have the necessary permissions to acc

Re: [DISCUSS] KIP-1027 Add MockFixedKeyProcessorContext

2024-05-21 Thread Shashwat Pandey
Looking at the ticket and the sample code, I think it would be possible to continue using `InternalFixedKeyRecordFactory` as the avenue to create `FixedKeyRecord`s in tests. As long as there was a MockFixedKeyProcessorContext, I think we would be able to test FixedKeyProcessors without a Topology.

[jira] [Created] (KAFKA-16809) Run javadoc build in CI

2024-05-21 Thread Greg Harris (Jira)
Greg Harris created KAFKA-16809: --- Summary: Run javadoc build in CI Key: KAFKA-16809 URL: https://issues.apache.org/jira/browse/KAFKA-16809 Project: Kafka Issue Type: Task Components:

[jira] [Resolved] (KAFKA-15242) FixedKeyProcessor testing is unusable

2024-05-21 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-15242. - Assignee: (was: Alexander Aghili) Resolution: Duplicate > FixedKeyProcessor te

[jira] [Resolved] (KAFKA-16578) Revert changes to connect_distributed_test.py for the new async Consumer

2024-05-21 Thread Kirk True (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk True resolved KAFKA-16578. --- Resolution: Won't Fix Most of the {{connect_distributed_test.py}} system tests were fixed, and {{te

Permission to contribute to Apache Kafka

2024-05-21 Thread Harry Fallows
Hello, I am following the [Getting Started guide for writing KIPs](https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Improvement+Proposals). Could someone give me the permissions to write a KIP please? My Wiki ID is harryfallows, my Jira ID is hfallows, and my email address is harryfall.

Re: [DISCUSS] KIP-1042 support for wildcard when creating new acls

2024-05-21 Thread Greg Harris
Hi Murali, I don't have a trie library in mind. I looked at the current implementation of the StandardAuthorizer and found that we are already benefiting from the prefix structure in the implementation [1]. The current implementation appears to be a TreePSet [2]. Now, we've already made this trad

[jira] [Resolved] (KAFKA-7632) Support Compression Level

2024-05-21 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-7632. --- Fix Version/s: 3.8.0 Assignee: Mickael Maison (was: Dongjin Lee) Resolution:

Re: [DISCUSS] KIP-1044: A proposal to change idempotent producer -- server implementation

2024-05-21 Thread Justine Olshan
Can you clarify the intended behavior? If we encounter a producer ID we've not seen before, we are supposed to read from disk and try to find it? I see the proposal mentions bloom filters, but it seems like it would not be cheap to search for the producer ID. I would expect the typical case to be t

Permission to contribute to Apache Kafka

2024-05-21 Thread Harry Fallows
Hello, I am following the[Getting Started guide for writing KIPs](https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Improvement+Proposals). Could someone give me the permissions to write a KIP please? My Wiki ID is harryfallows, my Jira ID is hfallows, and my email address is harryfall..

Re: [DISCUSS] KIP-1042 support for wildcard when creating new acls

2024-05-21 Thread Muralidhar Basani
@greg which library of trie you were thinking of ? There is one in the commons-collection I see. On Fri, May 17, 2024 at 3:55 PM Claude Warren wrote: > > > > This has implications for execution complexity: If we can't compute > > whether two patterns overlap, then we need to run both of them on

[jira] [Resolved] (KAFKA-16784) Migrate TopicBasedRemoteLogMetadataManagerMultipleSubscriptionsTest to new test infra

2024-05-21 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-16784. Fix Version/s: 3.8.0 Resolution: Fixed > Migrate TopicBasedRemoteLogMetadataManager

Request for Authorization to Create KIP

2024-05-21 Thread 黃竣陽
I am writing to request authorization to create a KIP. Currently, I do not have the necessary permissions to access the 'Create KIP' function. My account email is s7133...@gmail.com. Could you please grant me the required permissions to create a KIP? Thanks for your help.

Re: [VOTE] KIP-932: Queues for Kafka

2024-05-21 Thread Andrew Schofield
Hi Jun, All the client metrics are standard. None are required. I’ve updated the KIP accordingly. Thanks, Andrew > On 15 May 2024, at 21:36, Jun Rao wrote: > > Hi, Andrew, > > Thanks for the update. Should we mark whether those metrics are > standard/required for KIP-714? > > Jun > > On Tue

[jira] [Resolved] (KAFKA-16654) Refactor kafka.test.annotation.Type and ClusterTestExtensions

2024-05-21 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-16654. Fix Version/s: 3.8.0 Resolution: Fixed > Refactor kafka.test.annotation.Type and Cl

Jenkins build is unstable: Kafka » Kafka Branch Builder » trunk #2923

2024-05-21 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-1031: Control offset translation in MirrorSourceConnector

2024-05-21 Thread Omnia Ibrahim
> I have added comments to your PR ( > https://github.com/apache/kafka/pull/15999#pullrequestreview-2066823538) > > in short, `sourcePartition` and `sourceOffset` are unused if > emit.offset-syncs.enabled=false I’ll have a look into the PR. Also regarding my previous comment on `sync.group.offsets

Re: [DISCUSS] KIP-1031: Control offset translation in MirrorSourceConnector

2024-05-21 Thread Chia-Ping Tsai
> Which SourceRecord are you referring to here? I have added comments to your PR ( https://github.com/apache/kafka/pull/15999#pullrequestreview-2066823538) in short, `sourcePartition` and `sourceOffset` are unused if emit.offset-syncs.enabled=false BTW, I'm +1 to this KIP, and I noticed my previ

Re: [DISCUSS] KIP-1031: Control offset translation in MirrorSourceConnector

2024-05-21 Thread Omnia Ibrahim
Hi Chia-Ping > It seems we can disable the sync of idle consumers by setting > `sync.group.offsets.interval.seconds` to -1, so the fail-fast should include > sync.group.offsets.interval.seconds too. For another, maybe we should do > fail-fast for MirrorCheckpointConnector even though we don't

[jira] [Created] (KAFKA-16808) Consumer join Group requests response contains 2 different members

2024-05-21 Thread Badhusha Muhammed (Jira)
Badhusha Muhammed created KAFKA-16808: - Summary: Consumer join Group requests response contains 2 different members Key: KAFKA-16808 URL: https://issues.apache.org/jira/browse/KAFKA-16808 Project:

Re: DescribeLogDirs in Kafka 3.3.1 returns all topics instead of one provided in the request. Bug or "bad user error"?

2024-05-21 Thread Chia-Ping Tsai
Dear all, I file https://issues.apache.org/jira/browse/KAFKA-16807 to fix it. Thanks to Maxim for this nice finding. Also, thanks to Gaurav for the quick response/dig-in Cheers, Chia-Ping Gaurav Narula 於 2024年5月21日 週二 下午2:56寫道: > Hello Maxim, > > Thanks for sharing this. > > I had a look and

[jira] [Created] (KAFKA-16807) DescribeLogDirsResponseData#results#topics have unexpected topics having empty partitions

2024-05-21 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-16807: -- Summary: DescribeLogDirsResponseData#results#topics have unexpected topics having empty partitions Key: KAFKA-16807 URL: https://issues.apache.org/jira/browse/KAFKA-16807

Re: Request for filing KIP

2024-05-21 Thread Mickael Maison
Hi, I granted you permissions in the wiki. You should now be able to create a KIP. Thanks, Mickael On Tue, May 21, 2024 at 5:11 AM Harsh Panchal wrote: > > Dear Apache Kafka Team, > > As instructed, I would like to write a KIP for PR - > https://github.com/apache/kafka/pull/15905. > > I see tha

[jira] [Resolved] (KAFKA-16794) Can't open videos in streams documentation

2024-05-21 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-16794. Fix Version/s: 3.8.0 Resolution: Fixed > Can't open videos in streams documentation

Re: [PR] KAFKA-16794 Move CSP header from _header.htm to .htaccess [kafka-site]

2024-05-21 Thread via GitHub
chia7712 commented on PR #602: URL: https://github.com/apache/kafka-site/pull/602#issuecomment-2122101896 @brandboat @raboof @FrankYang0529 thanks for all your reivews! and @m1a2st thanks for fix -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [PR] KAFKA-16794 Move CSP header from _header.htm to .htaccess [kafka-site]

2024-05-21 Thread via GitHub
chia7712 merged PR #602: URL: https://github.com/apache/kafka-site/pull/602 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@kafka.apache

Re: [PR] MINOR - Move CSP header from _header.htm to .htaccess [kafka-site]

2024-05-21 Thread via GitHub
m1a2st commented on code in PR #602: URL: https://github.com/apache/kafka-site/pull/602#discussion_r1607766854 ## .htaccess: ## @@ -10,3 +10,4 @@ RewriteRule ^/?(\d+)/javadoc - [S=2] RewriteRule ^/?(\d+)/images/ - [S=1] RewriteCond $2 !=protocol RewriteRule ^/?(\d+)/([a-z]+)(

Re: [PR] MINOR - Move CSP header from _header.htm to .htaccess [kafka-site]

2024-05-21 Thread via GitHub
raboof commented on code in PR #602: URL: https://github.com/apache/kafka-site/pull/602#discussion_r1607763188 ## .htaccess: ## @@ -10,3 +10,4 @@ RewriteRule ^/?(\d+)/javadoc - [S=2] RewriteRule ^/?(\d+)/images/ - [S=1] RewriteCond $2 !=protocol RewriteRule ^/?(\d+)/([a-z]+)(