Requesting a Confluence account to create a KIP for a PR

2024-07-12 Thread Franck L.
Hello, I created a PR about my JIRA-16707 (finally in WIP as I will have to do a KIP). I asked for an account for Confluence in JIRA https://issues.apache.org/jira/browse/INFRA-25451 , I didn't see an answer yet (or I missed it). Can anyone help me? Best regards

Re: MM2, how to configure offset-syncs topic name

2024-07-05 Thread Franck L.
Hello, If it's possible for your conf : could you try something like: *Setting 2 partitions on your topic A *run both MM2 at the same time with the same group of consumer but different clientID. In this way, Kafka Broker shoulds affect one partition by MM2 clientID, and so, messages will be

Looking for reviewers on PR-16361 -JIRA-16707

2024-06-19 Thread Franck
Hello, I'm looking for reviewer(s) for PR: https://github.com/apache/kafka/pull/16361 Jira Opened is https://issues.apache.org/jira/browse/KAFKA-16707 If I missed a step to be in a correct process, may I ask you few guidance? Best regards Franck

PlainText protocol and ACL

2024-06-06 Thread Franck
Hello, I'm working on StandardAcl class in Kafka, I can run all the test successfully in metadat:test, BUT, when playing "gradlew test" it is failing mainly on test based with plaintext protocol. I'm investigating and looking for an answer of the question : how is build the KafkaPrincipal in

Re: Fwd: Request to be added to kafka contributors list

2024-05-21 Thread Franck (Handfreezer - Ether)
Hello, 1/ for sure 2/ after rebasing my code change, I'll do the full test. To answer to the question I'm under Debian 12, OpenJDK 17.0.10 on my dev machine. Best regards Le 2024-05-21 16:46, Greg Harris a écrit : Hi Franck, Thank you for contributing to Apache Kafka! 1. Git is

Request to be added to kafka contributors list

2024-05-21 Thread Franck
Dear Apache Kafka Team,     I hope to post in the right place: my name is Franck LEDAY, under Apache-Jira ID "handfreezer".     I opened an issue as Improvement KAFKA-16707 but I failed to assigned it to me.     May I ask to be added to the contributors list for Apache Kafka? As

Re: Fwd: Request to be added to kafka contributors list

2024-05-21 Thread Franck
ed when I'll do the PR, do you know? Best regards On 21/05/2024 03:35, Matthias J. Sax wrote: Done. You should be all set :) -Matthias On 5/20/24 10:10 AM, bou...@ulukai.net wrote: Dear Apache Kafka Team, I hope to post in the right place: my name is Franck LEDAY, under Apache-J

MirrorMaker2 and source value deserialization

2023-12-07 Thread Franck (Handfreezer - Ether)
Hello every one, I'm using MM2 to replicate topics from one cluster to an other (ok, nothing strange for now), BUT... I also would like to deserialize message from source to destination (only value of topic). I have something like (replication.factor=1 because it is a POC): = mm2.properti