Re: [DISCUSS] Cut Pulsar 2.9.0 release

2021-09-20 Thread Enrico Olivelli
I am going to check all issues and pull requests that people targeted to 2.9.0 milestone. If you are a *reviewer* and you started a review and the PR is waiting for you, please take some time to help the contributor see the patch merged. There are a few pending PIPs, I see two categories: - PIP t

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

2021-09-20 Thread GitBox
osbornm commented on issue #122: URL: https://github.com/apache/pulsar-client-node/issues/122#issuecomment-923303426 Can we get an update on this from a maintainer? With the node client ever work on windows? This would be a show stopper for us :( -- This is an automated message from th

PIP 97: Asynchronous Authentication

2021-09-20 Thread Michael Marshall
Hi Pulsar Community, After discussing asynchronous authentication on this mailing list here [0], I wrote PIP 97 and just submitted it to our Pulsar GitHub repo as an issue: https://github.com/apache/pulsar/issues/12105. I would greatly appreciate it if you could review it and provide feedback. T

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

2021-09-20 Thread GitBox
osbornm edited a comment on issue #122: URL: https://github.com/apache/pulsar-client-node/issues/122#issuecomment-923303426 Can we get an update on this from a maintainer? With the node client ever work on windows? This might be a show stopper for us 😢 -- This is an automated message f

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

2021-09-20 Thread GitBox
osbornm edited a comment on issue #122: URL: https://github.com/apache/pulsar-client-node/issues/122#issuecomment-923303426 Can we get an update on this from a maintainer? Will the node client ever work on windows? This might be a show stopper for us 😢 -- This is an automated message f

[PROPOSAL] Introduce Maven Modernizer plugin to Pulsar

2021-09-20 Thread Zhengxin Cai
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, safer, and idiomatic than the legacy equivalents. It's already used by s