Re: [PROPOSAL] Introduce Maven Modernizer plugin to Pulsar

2021-09-21 Thread Enrico Olivelli
Marvin, Il Mar 21 Set 2021, 04:49 Zhengxin Cai ha scritto: > Hi Pulsar Community, > > I'd like to propose that we introduce Maven Modernizer[1] plugin into > Pulsar project. > This plugin helps detecting uses of legacy APIs which can be replaced with > modern APIs that are often more performant,

Gradle Nar plugin maintenance continued

2021-09-21 Thread Lari Hotari
Hi all, I have started maintaining the Gradle Nar plugin since the original author has abandoned it (see details in https://github.com/sponiro/gradle-nar-plugin/issues/8#issuecomment-831447590) . The plugin page is at https://plugins.gradle.org/plugin/io.github.lhotari.gradle-nar-plugin and the s

Re: Gradle Nar plugin maintenance continued

2021-09-21 Thread Lari Hotari
The workaround mentioned in https://github.com/sponiro/gradle-nar-plugin/issues/5 is no longer needed. I made a fix to include all files from META-INF/services into the nar file. Please go to https://plugins.gradle.org/plugin/io.github.lhotari.gradle-nar-plugin for information about how to get the

Re: [PROPOSAL] Introduce Maven Modernizer plugin to Pulsar

2021-09-21 Thread PengHui Li
+1 to this proposal, may be we need a master issue for tracking all the components? so that we can have more participants. Thanks, Penghui On Tue, Sep 21, 2021 at 3:39 PM Enrico Olivelli wrote: > Marvin, > > Il Mar 21 Set 2021, 04:49 Zhengxin Cai ha scritto: > > > Hi Pulsar Community, > > > >

Re: Pulsar website concepts -- please vote

2021-09-21 Thread Melissa Logan
Hi all, if you have questions or comments about the design concepts, please ask here by tomorrow (Wednesday Sep. 22) your time and we will answer/incorporate suggestions as needed. A re-vote will be done on the ML following. Thank you! On Fri, Sep 17, 2021 at 5:53 PM Melissa Logan wrote: > Hi S

Re: [DISCUSS] Status of Pulsar Discovery Service

2021-09-21 Thread Michael Marshall
Thank you for adding users@. I've put together a PR to remove the module and its references: https://github.com/apache/pulsar/pull/12119. Since there isn't a rush to remove this module, I think it would be a good idea to delay merging the PR until after branch-2.9 has been cut. Thanks, Michael

[GitHub] [pulsar-client-node] sijie commented on issue #122: npm install fails on win10

2021-09-21 Thread GitBox
sijie commented on issue #122: URL: https://github.com/apache/pulsar-client-node/issues/122#issuecomment-924372757 @osbornm I believe we are able to build the nodejs client after this PR: https://github.com/apache/pulsar-client-node/pull/169 Have you tried to build the client from t

[GitHub] [pulsar-client-node] osbornm commented on issue #122: npm install fails on win10

2021-09-21 Thread GitBox
osbornm commented on issue #122: URL: https://github.com/apache/pulsar-client-node/issues/122#issuecomment-924397770 @sijie What I want to do is be able to go into our node API project and `npm install pulsar-client`. So yes I would want released binaries for Windows. I'd like to ha

[ANNOUNCE] Apache Pulsar 2.8.1 released

2021-09-21 Thread Hang Chen
The Apache Pulsar team is proud to announce Apache Pulsar version 2.8.1. Pulsar is a highly scalable, low latency messaging platform running on commodity hardware. It provides simple pub-sub semantics over topics, guaranteed at-least-once delivery of messages, automatic cursor management for subsc

Re: [ANNOUNCE] Apache Pulsar 2.8.1 released

2021-09-21 Thread Jinfeng Huang
It's exciting to release Pulsar 2.8.1. Thank you all for your great contribution for this release. Download and try it~ Best Regards, Jennifer On Wed, Sep 22, 2021 at 8:00 AM Hang Chen wrote: > The Apache Pulsar team is proud to announce Apache Pulsar version 2.8.1. > > Pulsar is a highly scal

[GitHub] [pulsar-client-node] gaoran10 commented on issue #122: npm install fails on win10

2021-09-21 Thread GitBox
gaoran10 commented on issue #122: URL: https://github.com/apache/pulsar-client-node/issues/122#issuecomment-924534854 @osbornm Could you build the NodeJS client follow this README file https://github.com/apache/pulsar-client-node. I think the key point is to build the CPP client first.

[GitHub] [pulsar-client-node] gaoran10 edited a comment on issue #122: npm install fails on win10

2021-09-21 Thread GitBox
gaoran10 edited a comment on issue #122: URL: https://github.com/apache/pulsar-client-node/issues/122#issuecomment-924534854 @osbornm Could you build the NodeJS client follow this README file https://github.com/apache/pulsar-client-node? I think the key point is to build the CPP client fi

[GitHub] [pulsar-client-node] gaoran10 edited a comment on issue #122: npm install fails on win10

2021-09-21 Thread GitBox
gaoran10 edited a comment on issue #122: URL: https://github.com/apache/pulsar-client-node/issues/122#issuecomment-924534854 @osbornm Could you build the NodeJS client follow this README file https://github.com/apache/pulsar-client-node? I think the key point is to build the CPP client on

Re: [ANNOUNCE] Apache Pulsar 2.8.1 released

2021-09-21 Thread Anonymitaet _
Congratulations on this new release! Thank you for your continuous effort! From: Jinfeng Huang Reply-To: "us...@pulsar.apache.org" Date: Wednesday, September 22, 2021 at 09:33 To: pulsar-users Cc: Dev , "annou...@apache.org" Subject: Re: [ANNOUNCE] Apache Pulsar 2.8.1 released It's exciting t

[DISCUSS] Return the message ID of the first chunk when sending chunked messages

2021-09-21 Thread Zike Yang
Hi Pulsar Community, Currently, when we send chunked messages, the producer returns the message-id of the last chunk. This can cause some problems. For example, when we use this message-id to seek, it will cause the consumer to consume from the position of the last chunk, and the consumer will mi

PIP 95: Transaction coordinator loading mechanism.

2021-09-21 Thread 丛搏
Hello: We are sorry that there is an error in the existing transaction coordinator load mechanism, which will cause the transaction coordinator to be unavailable. I created a PIP 95: Transaction coordinator loading mechanism.(https://github.com/apache/pulsar/wiki/PIP-95:-Transaction-coordinator-lo