Re: [DISCUSS] KIP-850: REST API for filtering Connector plugins by type

2022-06-22 Thread Ashwin
Hi Chris, Thanks for the quick response. > It seems pretty straightforward to get this via client-side filtering I assume that you meant GET /collector-plugins + jq filtering on type attribute. One issue that I see with that approach is that we cannot filter plugins if they implement more than

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

2022-06-22 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-850: REST API for filtering Connector plugins by type

2022-06-22 Thread Chris Egerton
Hi Ashwin, Can you provide a use case for this new behavior? It seems pretty straightforward to get this via client-side filtering, I'm a little skeptical that we need to implement it server-side. Cheers, Chris On Wed, Jun 22, 2022 at 4:25 AM Ashwin wrote: > Hello Folks, > > I have picked up

Re: [DISCUSS] Apache Kafka 3.3.0 Release

2022-06-22 Thread Viktor Somogyi-Vass
hi Jose, KIP-373 just went in yesterday (and likely add some docs too today), would you please add it to the list? Thanks, Viktor On Fri, Jun 17, 2022 at 11:45 AM Matthew Benedict de Detrich wrote: > Hi José, > > KIP-797 has been accepted and the associated PR is now ready, is it > possible to

Re: [DISCUSS] KIP-787 - MM2 Interface to manage Kafka resources

2022-06-22 Thread o . g . h . ibrahim
Hi Tom My initial thought was that the constructor with config and delegator would be for testing while the one with config is the one that will be used by MM2. I can removed one of them and keep only one. Sent from my iPhone > On 22 Jun 2022, at 08:15, Tom Bentley wrote: > > Hi Omnia, > >

[jira] [Reopened] (KAFKA-6945) Add support to allow users to acquire delegation tokens for other users

2022-06-22 Thread Viktor Somogyi-Vass (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-6945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viktor Somogyi-Vass reopened KAFKA-6945: > Add support to allow users to acquire delegation tokens for other users > ---

[jira] [Resolved] (KAFKA-13930) Add 3.2.0 to broker/client and streams upgrade/compatibility tests

2022-06-22 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Cadonna resolved KAFKA-13930. --- Resolution: Done > Add 3.2.0 to broker/client and streams upgrade/compatibility tests >

[DISCUSS] KIP-850: REST API for filtering Connector plugins by type

2022-06-22 Thread Ashwin
Hello Folks, I have picked up a newbie task and request you provide your valuable feedback. KIP: https://cwiki.apache.org/confluence/display/KAFKA/KIP-850%3A+REST+API+for+filtering+Connector+plugins+by+type Initial PR: https://github.com/apache/kafka/pull/12330 Though https://issues.apache.org/j

Re: [DISCUSS] KIP-847: Add ProducerCount metrics

2022-06-22 Thread David Jacot
Hi Artem, The KIP LGTM. Thanks, David On Tue, Jun 21, 2022 at 9:32 PM Artem Livshits wrote: > > If there is no other feedback I'm going to start voting in a couple days. > > -Artem > > On Fri, Jun 17, 2022 at 3:50 PM Artem Livshits > wrote: > > > Thank you for your feedback. Updated the KIP a

Re: [DISCUSS] KIP-787 - MM2 Interface to manage Kafka resources

2022-06-22 Thread Tom Bentley
Hi Omnia, Thanks for those answers. I'm a bit confused by the changes you've made for 1 though. It's MM2 that's going to instantiate the class named in forwarding.admin.class, so it's MM2 that needs to know the constructor signature. The easiest way of doing this is to specify the signature as par