[jira] [Created] (KAFKA-14709) Move content in connect/mirror/README.md to the docs

2023-02-13 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14709: -- Summary: Move content in connect/mirror/README.md to the docs Key: KAFKA-14709 URL: https://issues.apache.org/jira/browse/KAFKA-14709 Project: Kafka

[jira] [Created] (KAFKA-14698) Received request api key LEADER_AND_ISR which is not enabled

2023-02-09 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14698: -- Summary: Received request api key LEADER_AND_ISR which is not enabled Key: KAFKA-14698 URL: https://issues.apache.org/jira/browse/KAFKA-14698 Project: Kafka

[DISCUSS] Apache Kafka 3.5.0 release

2023-02-08 Thread Mickael Maison
Hi, I'd like to volunteer as release manager for the next release, Apache Kafka 3.5.0. If there are no objections, I'll start building a release plan in the wiki in the next couple of weeks. Thanks, Mickael

[jira] [Created] (KAFKA-14692) Issues in Zookeeper to KRaft migration docs

2023-02-08 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14692: -- Summary: Issues in Zookeeper to KRaft migration docs Key: KAFKA-14692 URL: https://issues.apache.org/jira/browse/KAFKA-14692 Project: Kafka Issue Type

Re: [DISCUSS] KIP-877: Mechanism for plugins and connectors to register metrics

2023-02-06 Thread Mickael Maison
problematic for that type of plugin. The other Connect plugins all have close() or stop() methods. I wonder if the simplest is to make Converter extend Closeable. WDYT? Thanks, Mickael On Mon, Feb 6, 2023 at 6:39 PM Mickael Maison wrote: > > Hi Yash, > > I added a sentence to the sen

Re: [DISCUSS] KIP-877: Mechanism for plugins and connectors to register metrics

2023-02-06 Thread Mickael Maison
but wouldn't > > we want the runtime (i.e., KafkaProducer class, Connect framework, etc.) to > > handle that automatically when the resource that the plugin applies to is > > closed? > > > > Cheers, > > > > Chris > > > > On Thu, Jan 26,

Re: [VOTE] 3.4.0 RC2

2023-02-03 Thread Mickael Maison
+1 (binding) - verified checksums/signatures - built from source - ran quickstart with zookeeper and kraft with 2.13 binaries Thanks for running this release Mickael On Fri, Feb 3, 2023 at 5:31 PM Jakub Scholz wrote: > > +1 (non-binding). I run my tests with the staged Scala 2.13 binaries and

Re: [Discuss] KIP-581: Value of optional null field which has default value

2023-02-02 Thread Mickael Maison
Hi Cheng Pan, Are you still interested in following up with this KIP? This is a useful feature so it would be nice to get it in Kafka. Thanks, Mickael On Wed, Aug 17, 2022 at 1:39 PM Mickael Maison wrote: > > Hi Cheng Pan, > > Thanks for the updates. I have a few more questions:

Re: Requesting permissions to contribute

2023-02-02 Thread Mickael Maison
Hi Nelson. I granted you permissions on Jira and on the wiki. Thanks, Mickael On Thu, Feb 2, 2023 at 10:33 AM Nelson Bighetti wrote: > > Hello, > > My name is Nelson. I want to start contributing to the Apache Kafka project. > > JiraID: bachmanity1 > WikiID: bachmanity1 > email:

[jira] [Created] (KAFKA-14669) Include MirrorMaker connector configurations in docs

2023-02-01 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14669: -- Summary: Include MirrorMaker connector configurations in docs Key: KAFKA-14669 URL: https://issues.apache.org/jira/browse/KAFKA-14669 Project: Kafka

Re: [DISCUSS] KIP-888: Batch describe ACLs and describe client quotas

2023-01-31 Thread Mickael Maison
n > practice this would be a very rare occurrence maybe we could just document > that as a limitation. > > Thanks again, > > Tom > > On Fri, 18 Nov 2022 at 18:00, Mickael Maison > wrote: > > > Hi, > > > > I have opened KIP-888 to allow describing

Re: [VOTE] KIP-875: First-class offsets support in Kafka Connect

2023-01-30 Thread Mickael Maison
Thanks Chris for the KIP, this is a much needed feature! +1 (binding) On Tue, Jan 24, 2023 at 3:45 PM Knowles Atchison Jr wrote: > > +1 (non binding) > > On Tue, Jan 24, 2023 at 5:24 AM Yash Mayya wrote: > > > Hi Chris, > > > > I'm +1 (non-binding). Thanks again for proposing this extremely >

[jira] [Created] (KAFKA-14662) ACL listings in documentation are out of date

2023-01-30 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14662: -- Summary: ACL listings in documentation are out of date Key: KAFKA-14662 URL: https://issues.apache.org/jira/browse/KAFKA-14662 Project: Kafka Issue Type

Re: [VOTE] KIP-821: Connect Transforms support for nested structures

2023-01-26 Thread Mickael Maison
+1 (binding) Thanks for the KIP On Tue, Jun 28, 2022 at 10:42 PM Jorge Esteban Quilcate Otoya wrote: > > Hi everyone, > > I'd like to bump this vote thread. Currently it's missing 1 +1 binding vote > to pass (2 +1 binding, 1 +1 non-binding). > > There has been additional discussions to consider

Re: [DISCUSS] KIP-877: Mechanism for plugins and connectors to register metrics

2023-01-26 Thread Mickael Maison
to ConnectMetrics, as in it will provide a simplified API wrapping Metrics. I'm planning to use PluginMetrics for Connect plugin too and should not need to interact with ConnectMetrics. 3) Right, I fixed the last rejected alternative. Thanks, Mickael On Thu, Jan 26, 2023 at 4:04 PM Mickael Maison

Re: [DISCUSS] KIP-877: Mechanism for plugins and connectors to register metrics

2023-01-26 Thread Mickael Maison
will be equal. - Initially I just copied the API of Metrics. I made some small changes so the metric and sensor methods are a bit more similar - Good catch! I fixed the example. Thanks, Mickael On Thu, Jan 26, 2023 at 3:54 PM Mickael Maison wrote: > > Hi Chris, > > 1) I updated the

Re: [DISCUSS] KIP-877: Mechanism for plugins and connectors to register metrics

2023-01-26 Thread Mickael Maison
be an > incomplete sentence? > > Thanks, > Yash > > On Fri, Jan 13, 2023 at 10:56 PM Mickael Maison > wrote: > > > Hi, > > > > I've updated the KIP based on the feedback. > > > > Now instead of receiving a Metrics instance, plugins get access to &

Re: [ANNOUNCE] Apache Kafka 3.3.2

2023-01-25 Thread Mickael Maison
rs. > > > > A big thank you for the following 39 contributors to this release! > > > > A. Sophie Blee-Goldman, Alyssa Huang, Artem Livshits, Bill Bejeck, Calvin > > Liu, Chia-Ping Tsai, Chris Egerton, Christo Lolov, Colin Patrick McCabe, > > Dan Stelljes, David

Re: [ANNOUNCE] New committer: Walker Carlson

2023-01-18 Thread Mickael Maison
Congratulations Walker! On Wed, Jan 18, 2023 at 7:52 AM Yash Mayya wrote: > > Congrats, Walker! > > On Wed, Jan 18, 2023 at 3:27 AM Matthias J. Sax wrote: > > > Dear community, > > > > I am pleased to announce Walker Carlson as a new Kafka committer. > > > > Walker has been contributing to

Re: Request for permission to contribute to Apache Kafka

2023-01-17 Thread Mickael Maison
Hi, I've granted you permissions on the wiki and Jira. Thanks, Mickael On Tue, Jan 17, 2023 at 3:51 PM Proven Provenzano wrote: > > Hi, I'd like permission to create KIPs. I am working on SCRAM for KRaft and > would like to file a KIPs to support this work. This is to add > bootstrapping SCRAM

Re: [ANNOUNCE] New committer: Stanislav Kozlovski

2023-01-17 Thread Mickael Maison
Congratulations Stanislav! On Tue, Jan 17, 2023 at 6:06 PM Rajini Sivaram wrote: > > Congratulations, Stan! > > Regards, > > Rajini > > On Tue, Jan 17, 2023 at 5:04 PM Tom Bentley wrote: > > > Congratulations! > > > > On Tue, 17 Jan 2023 at 16:52, Bill Bejeck wrote: > > > > > Congratulations

Re: [VOTE] 3.3.2 RC1

2023-01-17 Thread Mickael Maison
bucket. Thanks, Mickael On Tue, Jan 17, 2023 at 5:04 PM Chris Egerton wrote: > > Hi Mickael, > > Haven't found anyone yet; your help would be greatly appreciated! > > Cheers, > > Chris > > On Mon, Jan 16, 2023 at 8:46 AM Mickael Maison > wrote: > > > Hi C

Re: [VOTE] 3.3.2 RC1

2023-01-16 Thread Mickael Maison
Hi Chris, Have you already found a PMC member to help you out? If not I'm happy to lend you a hand. Thanks, Mickael On Wed, Jan 11, 2023 at 9:07 PM Chris Egerton wrote: > > Hi all, > > In order to continue with the release process, I need the assistance of a > PMC member to help with

Re: [DISCUSS] KIP-877: Mechanism for plugins and connectors to register metrics

2023-01-13 Thread Mickael Maison
in all the place that instantiate classes. Thanks, Mickael On Tue, Jan 10, 2023 at 7:00 PM Mickael Maison wrote: > > Hi Chris/Yash, > > Thanks for taking a look and providing feedback. > > 1) Yes you're right, when using incompatible version, metrics() would > trigger NoSuchM

Re: Creating Kafka Jira account

2023-01-12 Thread Mickael Maison
Hi Kamalesh, Yes that's correct. I've replied to your other email. Thanks, Mickael On Thu, Jan 12, 2023 at 4:23 PM kamalesh palanisamy wrote: > > Hi, > I wanted to create a Jira account for the apache kafka project. I sent an > email regarding this to priv...@kafka.apache.org and I wanted to

[jira] [Created] (KAFKA-14614) Missing cluster tool script for Windows

2023-01-11 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14614: -- Summary: Missing cluster tool script for Windows Key: KAFKA-14614 URL: https://issues.apache.org/jira/browse/KAFKA-14614 Project: Kafka Issue Type: Bug

Re: [DISCUSS] KIP-877: Mechanism for plugins and connectors to register metrics

2023-01-10 Thread Mickael Maison
thout realizing that they will not be > > > available on Connect runtimes built against an older version of Kafka. > > With > > > a wrapper interface, we at least have a chance to isolate these issues so > > > that the Metrics class can be expanded without add

Re: [VOTE] KIP-710: Full support for distributed mode in dedicated MirrorMaker 2.0 clusters

2023-01-10 Thread Mickael Maison
Hi Daniel, Can you confirm that, following this KIP, MM in dedicated mode will be able to run with exactly once enabled? (Once the PR [0] to add KIP-618 support to MM is merged) 0: https://github.com/apache/kafka/pull/12366 Thanks, Mickael On Tue, Jan 10, 2023 at 11:36 AM Viktor Somogyi-Vass

[jira] [Resolved] (KAFKA-14570) Problem description missing closing parenthesis symbol

2023-01-09 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-14570. Fix Version/s: 3.5.0 Resolution: Fixed > Problem description missing clos

Re: [ANNOUNCE] New committer: Edoardo Comar

2023-01-06 Thread Mickael Maison
Congratulations Edo! On Sat, Jan 7, 2023 at 12:05 AM Jun Rao wrote: > > Hi, Everyone, > > The PMC of Apache Kafka is pleased to announce a new Kafka committer Edoardo > Comar. > > Edoardo has been a long time Kafka contributor since 2016. His major > contributions are the following. > >

[jira] [Resolved] (KAFKA-14072) Crashed MirrorCheckpointConnector appears as running in REST API

2023-01-06 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-14072. Fix Version/s: 3.5.0 Resolution: Fixed This looks like it's the same issue

[jira] [Created] (KAFKA-14599) MirrorMaker pluggable interfaces missing from public API

2023-01-06 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14599: -- Summary: MirrorMaker pluggable interfaces missing from public API Key: KAFKA-14599 URL: https://issues.apache.org/jira/browse/KAFKA-14599 Project: Kafka

[jira] [Created] (KAFKA-14595) Move ReassignPartitionsCommand to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14595: -- Summary: Move ReassignPartitionsCommand to tools Key: KAFKA-14595 URL: https://issues.apache.org/jira/browse/KAFKA-14595 Project: Kafka Issue Type: Sub

[jira] [Created] (KAFKA-14596) Move TopicCommand to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14596: -- Summary: Move TopicCommand to tools Key: KAFKA-14596 URL: https://issues.apache.org/jira/browse/KAFKA-14596 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14594) Move LogDirsCommand to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14594: -- Summary: Move LogDirsCommand to tools Key: KAFKA-14594 URL: https://issues.apache.org/jira/browse/KAFKA-14594 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14593) Move LeaderElectionCommand to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14593: -- Summary: Move LeaderElectionCommand to tools Key: KAFKA-14593 URL: https://issues.apache.org/jira/browse/KAFKA-14593 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14590) Move DelegationTokenCommand to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14590: -- Summary: Move DelegationTokenCommand to tools Key: KAFKA-14590 URL: https://issues.apache.org/jira/browse/KAFKA-14590 Project: Kafka Issue Type: Sub

[jira] [Created] (KAFKA-14591) Move DeleteRecordsCommand to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14591: -- Summary: Move DeleteRecordsCommand to tools Key: KAFKA-14591 URL: https://issues.apache.org/jira/browse/KAFKA-14591 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14592) Move FeatureCommand to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14592: -- Summary: Move FeatureCommand to tools Key: KAFKA-14592 URL: https://issues.apache.org/jira/browse/KAFKA-14592 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14589) Move ConsumerGroupCommand to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14589: -- Summary: Move ConsumerGroupCommand to tools Key: KAFKA-14589 URL: https://issues.apache.org/jira/browse/KAFKA-14589 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14588) Move ConfigCommand to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14588: -- Summary: Move ConfigCommand to tools Key: KAFKA-14588 URL: https://issues.apache.org/jira/browse/KAFKA-14588 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14587) Move AclCommand to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14587: -- Summary: Move AclCommand to tools Key: KAFKA-14587 URL: https://issues.apache.org/jira/browse/KAFKA-14587 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14586) Move StreamsResetter to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14586: -- Summary: Move StreamsResetter to tools Key: KAFKA-14586 URL: https://issues.apache.org/jira/browse/KAFKA-14586 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14583) Move ReplicaVerificationTool to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14583: -- Summary: Move ReplicaVerificationTool to tools Key: KAFKA-14583 URL: https://issues.apache.org/jira/browse/KAFKA-14583 Project: Kafka Issue Type: Sub

[jira] [Created] (KAFKA-14585) Move StorageTool to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14585: -- Summary: Move StorageTool to tools Key: KAFKA-14585 URL: https://issues.apache.org/jira/browse/KAFKA-14585 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14584) Move StateChangeLogMerger to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14584: -- Summary: Move StateChangeLogMerger to tools Key: KAFKA-14584 URL: https://issues.apache.org/jira/browse/KAFKA-14584 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14581) Move GetOffsetShell to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14581: -- Summary: Move GetOffsetShell to tools Key: KAFKA-14581 URL: https://issues.apache.org/jira/browse/KAFKA-14581 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14582) Move JmxTool to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14582: -- Summary: Move JmxTool to tools Key: KAFKA-14582 URL: https://issues.apache.org/jira/browse/KAFKA-14582 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14579) Move DumpLogSegments to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14579: -- Summary: Move DumpLogSegments to tools Key: KAFKA-14579 URL: https://issues.apache.org/jira/browse/KAFKA-14579 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14580) Move EndToEndLatency to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14580: -- Summary: Move EndToEndLatency to tools Key: KAFKA-14580 URL: https://issues.apache.org/jira/browse/KAFKA-14580 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14578) Move ConsumerPerformance to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14578: -- Summary: Move ConsumerPerformance to tools Key: KAFKA-14578 URL: https://issues.apache.org/jira/browse/KAFKA-14578 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14577) Move ConsoleProducer to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14577: -- Summary: Move ConsoleProducer to tools Key: KAFKA-14577 URL: https://issues.apache.org/jira/browse/KAFKA-14577 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14576) Move ConsoleConsumer to tools

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14576: -- Summary: Move ConsoleConsumer to tools Key: KAFKA-14576 URL: https://issues.apache.org/jira/browse/KAFKA-14576 Project: Kafka Issue Type: Sub-task

[jira] [Created] (KAFKA-14575) Move ClusterTool

2023-01-05 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14575: -- Summary: Move ClusterTool Key: KAFKA-14575 URL: https://issues.apache.org/jira/browse/KAFKA-14575 Project: Kafka Issue Type: Sub-task

Re: [VOTE] 3.3.2 RC1

2023-01-05 Thread Mickael Maison
+1 binding - Checked signatures - Ran quickstart with Scala 2.13 binaries - Ran unit and integration tests Thanks Chris for running this release On Wed, Jan 4, 2023 at 11:37 AM Satish Duggana wrote: > > Hi Chris, > Thanks for running the release. > > +1 (binding) > > - Verified signatures and

Re: [ANNOUNCE] New committer: Justine Olshan

2022-12-30 Thread Mickael Maison
Congratulations Justine! On Fri, Dec 30, 2022 at 6:14 AM Yash Mayya wrote: > > Congratulations Justine! > > On Fri, Dec 30, 2022, 02:28 David Jacot wrote: > > > Hi all, > > > > The PMC of Apache Kafka is pleased to announce a new Kafka committer > > Justine > > Olshan. > > > > Justine has been

Re: [ANNOUNCE] New committer: Satish Duggana

2022-12-23 Thread Mickael Maison
Congratulations Satish! On Fri, Dec 23, 2022 at 7:36 PM Divij Vaidya wrote: > > Congratulations Satish!  > > On Fri 23. Dec 2022 at 19:32, Josep Prat > wrote: > > > Congrats Satish! > > > > ——— > > Josep Prat > > > > Aiven Deutschland GmbH > > > > Immanuelkirchstraße 26, 10405 Berlin > >

[jira] [Created] (KAFKA-14543) Move LogOffsetMetadata to storage module

2022-12-21 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14543: -- Summary: Move LogOffsetMetadata to storage module Key: KAFKA-14543 URL: https://issues.apache.org/jira/browse/KAFKA-14543 Project: Kafka Issue Type: Sub

Re: [ANNOUNCE] New committer: Josep Prat

2022-12-20 Thread Mickael Maison
Congratulations Josep! On Tue, Dec 20, 2022 at 6:55 PM Bruno Cadonna wrote: > > Congrats, Josep! > > Well deserved! > > Best, > Bruno > > On 20.12.22 18:40, Kirk True wrote: > > Congrats Josep! > > > > On Tue, Dec 20, 2022, at 9:33 AM, Jorge Esteban Quilcate Otoya wrote: > >> Congrats Josep!! >

Re: [ANNOUNCE] New Kafka PMC Member: Luke Chen

2022-12-16 Thread Mickael Maison
Congratulations Luke! On Fri, Dec 16, 2022 at 9:33 PM Viktor Somogyi-Vass wrote: > > Congrats Luke! :) > > On Fri, Dec 16, 2022, 21:26 Randall Hauch wrote: > > > Congratulations, Luke! > > > > On Fri, Dec 16, 2022 at 2:08 PM Josep Prat > > wrote: > > > > > Congrats Luke! > > > > > > On Fri,

Re: [ANNOUNCE] New committer: Ron Dagostino

2022-12-15 Thread Mickael Maison
Congratulations Ron! On Thu, Dec 15, 2022 at 9:41 AM Eslam Farag wrote: > > Congratulations, Ron ☺️ > > On Thu, 15 Dec 2022 at 10:40 AM Tom Bentley wrote: > > > Congratulations! > > > > On Thu, 15 Dec 2022 at 07:40, Satish Duggana > > wrote: > > > > > Congratulations, Ron!! > > > > > > On Thu,

Re: [ANNOUNCE] New committer: Viktor Somogyi-Vass

2022-12-15 Thread Mickael Maison
Congratulations Viktor! On Thu, Dec 15, 2022 at 10:06 AM Tamas Barnabas Egyed wrote: > > Congratulations, Viktor!

Re: Plase add me as a contributor to JIRA

2022-12-05 Thread Mickael Maison
Hi, I've granted you contributor permissions. Thanks for your interest in Apache Kafka! Mickael On Mon, Dec 5, 2022 at 4:31 PM Pie Land wrote: > > Hello, > > Please add me as a contributor to JIRA. > My JIRA username is: cookpieland > > Thanks, > Cook

[jira] [Created] (KAFKA-14420) MirrorMaker should not clear filtered configs on target topics

2022-11-25 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14420: -- Summary: MirrorMaker should not clear filtered configs on target topics Key: KAFKA-14420 URL: https://issues.apache.org/jira/browse/KAFKA-14420 Project: Kafka

[jira] [Created] (KAFKA-14413) Separate MirrorMaker configurations for each connector

2022-11-21 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14413: -- Summary: Separate MirrorMaker configurations for each connector Key: KAFKA-14413 URL: https://issues.apache.org/jira/browse/KAFKA-14413 Project: Kafka

Re: [DISCUSS] KIP-891: Running multiple versions of a connector.

2022-11-21 Thread Mickael Maison
Hi, Thanks for the KIP, this is something that could be really useful! 1) Can you explain how this would work with the GET /{pluginName}/config endpoint? How do you specify a version for a connector? 2) Some connectors come bundled with transformations (for example Debezium). How would multiple

Re: Request for Kafka Jira account

2022-11-21 Thread Mickael Maison
Hi, I've created your account, you should receive an email with all the details. Thanks, Mickael On Mon, Nov 21, 2022 at 3:23 PM Gantigmaa Selenge wrote: > > Hi team, > > Can I please have an account created for Kafka Jira? > > Username: tinaselenge > Display name: Gantigmaa Selenge > Email

Re: [DISCUSS] KIP-875: First-class offsets support in Kafka Connect

2022-11-21 Thread Mickael Maison
set resets/alterations are supported at all (which > > they may not be if, for example, offsets are coupled tightly with the data > > written by a sink connector). I've updated the KIP with the > > developer-facing API changes for this logic; let me know what you think. > > &g

[DISCUSS] KIP-888: Batch describe ACLs and describe client quotas

2022-11-18 Thread Mickael Maison
Hi, I have opened KIP-888 to allow describing ACLs and Quotas in batches: https://cwiki.apache.org/confluence/display/KAFKA/KIP-888%3A+Batch+describe+ACLs+and+describe+client+quotas Let me know if you have any feedback or suggestions. Thanks, Mickael

Re: [DISCUSS] KIP-883: Add delete callback method to Connector API

2022-11-16 Thread Mickael Maison
Hi Hector, Thanks for the KIP. One tricky aspect is that currently there's no real way to stop a connector so to do so people often just delete them temporarily. KIP-875 proposes adding a mechanism to properly stop connectors which should reduce the need to deleting them and avoid doing

[jira] [Resolved] (KAFKA-7206) Enable batching in FindCoordinator

2022-11-15 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-7206. --- Fix Version/s: 3.0.0 Resolution: Duplicate Duplicate of https://issues.apache.org

[jira] [Resolved] (KAFKA-13401) Introduce a new Interface to manage Kafka resources in MM2

2022-11-15 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-13401. Resolution: Fixed > Introduce a new Interface to manage Kafka resources in

Re: [DISCUSS] KIP-875: First-class offsets support in Kafka Connect

2022-11-14 Thread Mickael Maison
t; Finally, I've removed the "type" field from the response body format for > > offset read requests. This way, users can copy+paste the response from that > > endpoint into a request to alter a connector's offsets without having to > > remove the "type" field fir

Re: Permissions Request to contribute to Apache Kafka

2022-11-12 Thread Mickael Maison
Hi Roman, I've granted you permissions in Jira and in the wiki. Thanks, Mickael On Sat, Nov 12, 2022 at 10:50 AM Roman Schmitz wrote: > > Hi all, > > I already have raised an issue that requires a KIP (having an initial > implementation already in place), I'd like to contribute to Kafka. > >

Re: [DISCUSS] KIP-864: Add End-To-End Latency Metrics to Connectors

2022-11-09 Thread Mickael Maison
Hi Jorge, Thanks for the KIP, it is a nice improvement. 1) The per transformation metrics still have a question mark next to them in the KIP. Do you want to include them? If so we'll want to tag them, we should be able to include the aliases in TransformationChain and use them. 2) I see no

Re: [DISCUSS] KIP-875: First-class offsets support in Kafka Connect

2022-11-09 Thread Mickael Maison
Hi Chris, Thanks for the KIP, you're picking something that has been in my todo list for a while ;) It looks good overall, I just have a couple of questions: 1) I consider both features listed in Future Work pretty important. In both cases you mention the reason for not addressing them now is

[DISCUSS] KIP-877: Mechanism for plugins and connectors to register metrics

2022-11-07 Thread Mickael Maison
Hi, I have opened KIP-877 to make it easy for plugins and connectors to register their own metrics: https://cwiki.apache.org/confluence/display/KAFKA/KIP-877%3A+Mechanism+for+plugins+and+connectors+to+register+metrics Let me know if you have any feedback or suggestions. Thanks, Mickael

[jira] [Resolved] (KAFKA-14344) Improve MM2 integration test by building EmbeddedKafkaCluster with common configs used for all clients

2022-11-07 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-14344. Fix Version/s: 3.4.0 Resolution: Fixed > Improve MM2 integration test by build

Re: Re: [DISCUSS] KIP-710: Full support for distributed mode in dedicated MirrorMaker 2.0 clusters

2022-11-07 Thread Mickael Maison
Hi Daniel, Thanks for the KIP. It would be nice to expose more of the REST API as some endpoints are really useful, for example /admin or /connectors//tasks-config. However as dedicated mode is currently unusable, I think the approach of "just fixing it" by exposing the internal endpoints is

Re: [ANNOUNCE] New Kafka PMC Member: Bruno Cadonna

2022-11-02 Thread Mickael Maison
Congratulations Bruno! On Wed, Nov 2, 2022 at 8:33 AM Matthew Benedict de Detrich wrote: > > Congratulations! > > On Wed, Nov 2, 2022 at 8:32 AM Josep Prat > wrote: > > > Congrats Bruno! > > > > ——— > > Josep Prat > > > > Aiven Deutschland GmbH > > > > Immanuelkirchstraße 26, 10405 Berlin > > >

[jira] [Resolved] (KAFKA-14314) MirrorSourceConnector throwing NPE during `isCycle` check

2022-10-28 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-14314. Fix Version/s: 3.4.0 Resolution: Fixed > MirrorSourceConnector throwing NPE dur

Re: [ANNOUNCE] New committer: Deng Ziming

2022-10-11 Thread Mickael Maison
Congrats Ziming! Thanks for all your contributions! On Tue, Oct 11, 2022 at 6:46 AM deng ziming wrote: > > Thank you all! > > -- > Best, > Ziming > > On Tue, Oct 11, 2022 at 9:43 AM Luke Chen wrote: > > > Congratulations Ziming!! > > Very well deserved! > > 恭喜! :) > > > > Luke > > > > On Tue,

Re: [DISCUSS] KIP-866 ZooKeeper to KRaft Migration

2022-10-05 Thread Mickael Maison
Hi David, Thanks for starting this important KIP. I've just taken a quick look so far but I've got a couple of initial questions: 1) What happens if a non KRaft compatible broker (or with kafka.metadata.migration.enable set to false) joins the cluster after the migration is triggered? 2) In

Re: [VOTE] KIP-868 Metadata Transactions

2022-10-04 Thread Mickael Maison
Hi David, Thanks for the KIP, +1 (binding) Thanks, Mickael On Thu, Sep 29, 2022 at 4:00 AM deng ziming wrote: > > Thanks for this KIP, > > +1(non-binding) from me. > > -- > Best, > Ziming > > > On Sep 28, 2022, at 10:05 PM, David Jacot > > wrote: > > > > +1 (binding). Thanks for the KIP. I

Re: [ANNOUNCE] Apache Kafka 3.3.1

2022-10-03 Thread Mickael Maison
g Wang, Hao Li, Hongten, Idan Kamara, Ismael Juma, Jacklee, > James Hughes, Jason Gustafson, JK-Wang, jnewhouse, Joel Hamill, John > Roesler, Jorge Esteban Quilcate Otoya, José Armando García Sancio, > jparag, Justine Olshan, K8sCat, Kirk True, Konstantine Karantasis, > Kvicii, Lee Dong

Re: KIP - Permissions

2022-10-03 Thread Mickael Maison
Hi Matthieu, I've granted you permissions to both Jira and the wiki. Thanks for your interest in Apache Kafka! Mickael On Mon, Oct 3, 2022 at 4:02 PM Mathieu Amblard wrote: > > Hello, > > I would like to create a KIP, I am doing the procedure to create one : > > >1. Send an email to the

Re: [VOTE] 3.3.0 RC2

2022-09-27 Thread Mickael Maison
+1 (binding) I checked the signatures/checksums, built from source and ran tests, and ran the quickstart with the 2.13 binaries. Thanks José and David for running this release On Mon, Sep 26, 2022 at 11:07 PM David Arthur wrote: > > Thanks for the votes, everyone! > > Here is the best recent

[jira] [Created] (KAFKA-14262) Delete MirrorMaker v1

2022-09-27 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14262: -- Summary: Delete MirrorMaker v1 Key: KAFKA-14262 URL: https://issues.apache.org/jira/browse/KAFKA-14262 Project: Kafka Issue Type: Task

[jira] [Created] (KAFKA-14198) Release package contains snakeyaml 1.30

2022-09-02 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14198: -- Summary: Release package contains snakeyaml 1.30 Key: KAFKA-14198 URL: https://issues.apache.org/jira/browse/KAFKA-14198 Project: Kafka Issue Type

Re: Request for Contributor access

2022-08-29 Thread Mickael Maison
Hi Prince, I've granted you contributor access. Thanks for your interest in Apache Kafka! Mickael On Mon, Aug 29, 2022 at 6:12 PM prince jha wrote: > > Hi all, > > Can I please get the Contributor access for Kafka ? Please find my Jira ID > below: > > JIRA ID: princejha > > Regards, > Prince

Re: Request for permission to assign jiras to myself

2022-08-26 Thread Mickael Maison
Hi Anupam, I've granted you permissions. Looking forward to seeing your contributions! Thanks, Mickael On Fri, Aug 26, 2022 at 5:30 AM Anupam Aggarwal wrote: > > Hi, > > I am interested in working on a couple of JIRA issues and noticed I would > need perms to assign these to myself. > (They

[jira] [Resolved] (KAFKA-14149) Broken DynamicBrokerReconfigurationTest in 3.2 branch

2022-08-25 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-14149. Fix Version/s: 3.2.2 Assignee: Mickael Maison Resolution: Fixed > Bro

[jira] [Resolved] (KAFKA-10360) Disabling JmxReporter registration

2022-08-24 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-10360. Fix Version/s: 3.4.0 Assignee: Mickael Maison Resolution: Fixed

[jira] [Resolved] (KAFKA-14160) Streamline clusterId retrieval in Connect

2022-08-23 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-14160. Fix Version/s: 3.4.0 Reviewer: Chris Egerton Resolution: Fixed

[jira] [Created] (KAFKA-14176) Reduce visibility of WorkerConfig.lookupKafkaClusterId

2022-08-23 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14176: -- Summary: Reduce visibility of WorkerConfig.lookupKafkaClusterId Key: KAFKA-14176 URL: https://issues.apache.org/jira/browse/KAFKA-14176 Project: Kafka

Re: [VOTE] KIP-855: Add schema.namespace parameter to SetSchemaMetadata SMT in Kafka Connect

2022-08-23 Thread Mickael Maison
Hi, +1 (binding) Thanks for the KIP! On Thu, Jul 28, 2022 at 7:39 AM Michael Negodaev wrote: > > I would like to start a vote on my design to add "schema.namespace" > parameter in SetSchemaMetadata Single Message Transform in Kafka Connect. > > KIP URL:

Re: [DISCUSS] KIP-829: (console-consumer) add print.topic property

2022-08-18 Thread Mickael Maison
> > > > > > > > > and this is the expected output when we specify all of the print > > > > > > properties: > > > > > > > > > > > > NO_TIMESTAMPPartition:0Offset:123Topic:topickey > > > > value > &

Re: [Discuss] KIP-581: Value of optional null field which has default value

2022-08-17 Thread Mickael Maison
KIP-581 description to narrow the change scope to address > > this specific issue, and raised a WIP PR[1] to implement it. > > > > Please let me know if you have any concerns. > > > > [1] https://github.com/apache/kafka/pull/12126 > > > > Thanks, >

Re: [DISCUSS] KIP-855: Add schema.namespace parameter to SetSchemaMetadata SMT in Kafka Connect

2022-08-17 Thread Mickael Maison
Hi Michael, Thanks for the KIP! Sorry for the delay, I finally took some time to take a look. In both the "Public Interfaces" and "Compatibility, Deprecation, and Migration Plan" sections it mentions the new config is "transforms.transformschema.schema.name". However if I understand correctly

[jira] [Created] (KAFKA-14160) Streamline clusterId retrieval in Connect

2022-08-10 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-14160: -- Summary: Streamline clusterId retrieval in Connect Key: KAFKA-14160 URL: https://issues.apache.org/jira/browse/KAFKA-14160 Project: Kafka Issue Type

<    1   2   3   4   5   6   7   8   9   10   >