Proposal: Improving PR Review Process

2025-02-27 Thread Nelson B.
Hi all, I’d like to suggest a revision to our PR review process. Right now, it seems like the process is to tag people in comments and hope they respond. But in my experience, this can take painfully long—especially for infrequent contributors who aren’t part of any community or organization that

Re: Request for PR Review

2025-02-20 Thread Nelson B.
Hi all, This is a kind reminder for anyone who has free time available to review the PR. Thanks! On Mon, Feb 17, 2025 at 5:44 PM Nelson B. wrote: > Hi all, > > Could you help review this PR? > https://github.com/apache/kafka/pull/18828 > Thanks in advance! > > Best, > NB >

Request for PR Review

2025-02-17 Thread Nelson B.
Hi all, Could you help review this PR? https://github.com/apache/kafka/pull/18828 Thanks in advance! Best, NB

[jira] [Created] (KAFKA-18754) Allow PlainSaslServer to pass client info through the negotiated properties.

2025-02-06 Thread Nelson B. (Jira)
Nelson B. created KAFKA-18754: - Summary: Allow PlainSaslServer to pass client info through the negotiated properties. Key: KAFKA-18754 URL: https://issues.apache.org/jira/browse/KAFKA-18754 Project

[jira] [Resolved] (KAFKA-17404) Return the actual controller id or -1 instead of a random broker id when calling DescribeCluster or TopicMetadata APIs. .

2024-08-23 Thread Nelson B. (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nelson B. resolved KAFKA-17404. --- Resolution: Not A Problem > Return the actual controller id or -1 instead of a random broker

[jira] [Created] (KAFKA-17404) Return the actual controller id or -1 instead of a random broker id when calling DescribeCluster or TopicMetadata APIs. .

2024-08-22 Thread Nelson B. (Jira)
Nelson B. created KAFKA-17404: - Summary: Return the actual controller id or -1 instead of a random broker id when calling DescribeCluster or TopicMetadata APIs. . Key: KAFKA-17404 URL: https://issues.apache.org/jira

Re: [DISCUSS] Apache Kafka 3.9.0 release

2024-07-09 Thread Nelson B.
t; it in this week or next, since feature freeze is imminent. > > > > > > > > Colin > > > > > > > > > > > > On Sun, Jun 30, 2024, at 23:29, Federico Valeri wrote: > > > > > Hi Colin, is it possible to include this small

Re: [VOTE] KIP-1025: Optionally URL-encode clientID and clientSecret in authorization header

2024-06-30 Thread Nelson B.
> > Chris > > On Wed, Jun 26, 2024 at 8:44 PM Nelson B. wrote: > > > Hi all, > > > > I want to bring up this thread once more. > > > > I am hoping to include this KIP in the 3.9.0 release. The KIP freeze is > on > > July 3rd (next Wednesday),

Re: [DISCUSS] Apache Kafka 3.9.0 release

2024-06-27 Thread Nelson B.
.apache.org/confluence/display/KAFKA/KIP-1040%3A+Improve+handling+of+nullable+values+in+InsertField%2C+ExtractField%2C+and+other+transformations > > > > > > Thanks, > > > Mario. > > > > > > > > > On Tue, Jun 25, 2024 at 8:28 AM Nelson B. > > wr

Re: [VOTE] KIP-1025: Optionally URL-encode clientID and clientSecret in authorization header

2024-06-26 Thread Nelson B.
change the default value of the `sasl.oauthbearer.header.urlencode` parameter to `true` starting from release 4.0.0. This change will align the oauthbearer handler implementation with RFC-6749. Thanks. On Tue, Jun 11, 2024 at 10:39 PM Nelson B. wrote: > Hi all, > > I want to bump up this t

Re: [DISCUSS] Apache Kafka 3.9.0 release

2024-06-24 Thread Nelson B.
Hello, Can I include KIP-1025 in this release? It's currently in the voting stage, I hope it can receive enough votes by next week. Thanks. On Tue, Jun 18, 2024

Re: [VOTE] KIP-1025: Optionally URL-encode clientID and clientSecret in authorization header

2024-06-11 Thread Nelson B.
Hi all, I want to bump up this thread for visibility. Currently, this KIP is one binding vote short of being accepted. Thanks! On Thu, May 16, 2024 at 1:07 AM Mickael Maison wrote: > Hi, > > +1 (binding) > Thanks for the KIP! > > Mickael > > On Sun, Apr 21, 2024 at

Re: [VOTE] KIP-1025: Optionally URL-encode clientID and clientSecret in authorization header

2024-04-21 Thread Nelson B.
; +1 (non-binding) > > > > Apologies. I thought I’d already voted :( > > > > > On Apr 7, 2024, at 10:48 AM, Nelson B. > wrote: > > > > > > Hi all, > > > > > > Just wanted to bump up this thread for visibility. > > > >

Re: KIP-919: Allow AdminClient to Talk Directly with the KRaft Controller Quorum

2024-04-11 Thread Nelson B.
Hi Colin, Thanks for the KIP! I'm sorry for reopening this old discussion thread but I don't know where else I can ask my question. I wanted to use the newly updated kafka-configs.sh tool to dynamically update the ssl keystore in the controller node, but I still couldn't figure it out. Is it pos

Re: [VOTE] KIP-1025: Optionally URL-encode clientID and clientSecret in authorization header

2024-04-07 Thread Nelson B.
Hi all, Just wanted to bump up this thread for visibility. Thanks! On Thu, Mar 28, 2024 at 3:40 AM Doğuşcan Namal wrote: > Thanks for checking it out Nelson. Yeah I think it makes sense to leave it > for the users who want to use it for testing. > > On Mon, 25 Mar 2024 at 20:

Re: [VOTE] KIP-1025: Optionally URL-encode clientID and clientSecret in authorization header

2024-03-25 Thread Nelson B.
el but would be good to double check. Sending secrets over > plaintext is a security bad practice :) > > +1 (non-binding) from me. > > On Tue, 19 Mar 2024 at 16:00, Nelson B. wrote: > > > Hi all, > > > > I would like to start a vote on KIP-1025 > > < > >

[VOTE] KIP-1025: Optionally URL-encode clientID and clientSecret in authorization header

2024-03-19 Thread Nelson B.
Hi all, I would like to start a vote on KIP-1025 , which would optionally URL-encode clientID and clientSecret in the authorization header. I feel like all possib

Re: [DISCUSS] KIP-1025: Optionally URL-encode clientID and clientSecret in authorization header

2024-03-18 Thread Nelson B.
k about it if everyone else is cool with > it :) > > Thanks, > Kirk > > > On Mar 13, 2024, at 5:31 AM, Nelson B. wrote: > > > > Hi all, > > > > I just wanted to bump up this thread. > > > > The KIP introduces a really small change and PR is al

Re: [DISCUSS] KIP-1025: Optionally URL-encode clientID and clientSecret in authorization header

2024-03-13 Thread Nelson B.
Hi all, I just wanted to bump up this thread. The KIP introduces a really small change and PR is already ready and only waiting for this KIP to get approved to be merged. Thanks, On Wed, Mar 6, 2024 at 12:26 PM Nelson B. wrote: > Hi all, > > I would like to start a discussion on

[DISCUSS] KIP-1025: Optionally URL-encode clientID and clientSecret in authorization header

2024-03-05 Thread Nelson B.
Hi all, I would like to start a discussion on KIP-1025, which would optionally URL-encode clientID and clientSecret in the authorization header https://cwiki.apache.org/confluence/display/KAFKA/KIP-1025%3A+Optionally+URL-encode+clientID+and+clientSecret+in+authorization+header Best, Nelson B.

[jira] [Created] (KAFKA-16345) Optionally allow urlencoding clientId and clientSecret in authorization header

2024-03-05 Thread Nelson B. (Jira)
Nelson B. created KAFKA-16345: - Summary: Optionally allow urlencoding clientId and clientSecret in authorization header Key: KAFKA-16345 URL: https://issues.apache.org/jira/browse/KAFKA-16345 Project

Dynamically update controller configuration

2024-01-30 Thread Nelson B.
Hello everyone, I want to ask how or if is it possible to dynamically update controller( process.roles=controller) configurations in KRaft mode. We are using short-lived certificates for server authentication so we want to be able to dynamically update keystore and truststore. "kafka-configs" tool

Re: EmbeddedKafkaCluster not working with SASL

2023-11-09 Thread Nelson B.
you I can create a ticket and work on this. Also, I'm still not able to resolve the issue with SASL in EmbeddedKafkaCluster. Thanks, On Thu, Nov 9, 2023 at 6:05 PM Nelson B. wrote: > Hello, > > I am utilizing > "org.apache.kafka.streams.integration.utils.EmbeddedKafkaCluster&q

EmbeddedKafkaCluster not working with SASL

2023-11-09 Thread Nelson B.
Hello, I am utilizing "org.apache.kafka.streams.integration.utils.EmbeddedKafkaCluster" to write integration tests for my application. In general, things are functioning properly. However, when I modify the default server configurations to use a SASL_PLAINTEXT listener with the PLAIN mechanism, is

Re: [DISCUSS] KIP-973 Expose per topic replication rate metrics

2023-09-17 Thread Nelson B.
Hi all, I just wanted to bump up this discussion thread. Can you please share your opinion? Thanks On Fri, Sep 8, 2023 at 5:10 PM Nelson B. wrote: > Hi all, > > I just wanted to bump up this discussion thread. > > Thanks > > On Thu, Aug 31, 2023 at 2:05 AM Nel

Re: [DISCUSS] KIP-973 Expose per topic replication rate metrics

2023-09-08 Thread Nelson B.
Hi all, I just wanted to bump up this discussion thread. Thanks On Thu, Aug 31, 2023 at 2:05 AM Nelson Bighetti wrote: > Relatively minor change that fixes a mismatch between documentation and > implementation. > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-973%3A+Expose+per+topic+r