[VOTE] Pulsar Node.js Client Release 1.3.1 Candidate 1

2021-09-13 Thread Hiroyuki Sakai
This is the first release candidate for Apache Pulsar Node.js client, version 1.3.1. It fixes the following issues: https://github.com/apache/pulsar-client-node/milestone/8?closed=1 *** Please download, test and vote on this release. This vote will stay open for at least 72 hours *** Note that

[GitHub] [pulsar-dotpulsar] RichJacobs commented on issue #87: Doesn't work

2021-09-13 Thread GitBox
RichJacobs commented on issue #87: URL: https://github.com/apache/pulsar-dotpulsar/issues/87#issuecomment-918264062 Thanks for your reply @blankensteiner. So I think I probably didn't have pulsar running locally. Have tried to follow this: https://pulsar.apache.org/docs/en/standalone/#st

[DISCUSS] Cut Pulsar 2.9.0 release

2021-09-13 Thread Enrico Olivelli
Hello community, If I understand correctly the 2.9.0 release is due to the end of September. Open tickets assigned to 2.9.0 milestone (120?) https://github.com/apache/pulsar/milestone/30 540 closed tickets for 2.9.0: https://github.com/apache/pulsar/milestone/30?closed=1 It is a major release an

[GitHub] [pulsar-test-infra] timmyyuan commented on a change in pull request #21: Add the doc label check

2021-09-13 Thread GitBox
timmyyuan commented on a change in pull request #21: URL: https://github.com/apache/pulsar-test-infra/pull/21#discussion_r707863372 ## File path: doc-label-check/.github/workflows/ci.yml ## @@ -0,0 +1,54 @@ +name: CI Review comment: Do we still need `.github` here?

[GitHub] [pulsar-test-infra] fengtao1998 commented on a change in pull request #21: Add the doc label check

2021-09-13 Thread GitBox
fengtao1998 commented on a change in pull request #21: URL: https://github.com/apache/pulsar-test-infra/pull/21#discussion_r707873281 ## File path: doc-label-check/.github/workflows/ci.yml ## @@ -0,0 +1,54 @@ +name: CI Review comment: Thanks. I have deleted all unnecess

[GitHub] [pulsar-dotpulsar] blankensteiner commented on issue #87: Doesn't work

2021-09-13 Thread GitBox
blankensteiner commented on issue #87: URL: https://github.com/apache/pulsar-dotpulsar/issues/87#issuecomment-918819919 You are on Windows, right? Got docker installed? Then try: `docker run -d --restart unless-stopped --name pulsar -p 6650:6650 -p 8080:8080 apachepulsar/pulsar:latest b