Re: [VOTE] Pulsar Node.js Client Release 1.1.0 Candidate 1

2020-02-13 Thread Yuri Mizushima
+1 non binding I checked: * unit test, end-to-end test * package build * produce/consume - by package index.js - by downloaded client via npm and found no problem. nits * whether check test code format Currently, lint npm script checks production code and test code, and throws some warning a

Re: pulsarbot

2020-02-13 Thread Devin Bost
This is awesome! -- Devin G. Bost On Thu, Feb 13, 2020 at 7:03 PM PengHui Li wrote: > Great! 👍 > On Feb 14, 2020, 08:43 +0800, Sijie Guo , wrote: > > Sorry for the late update here. INFRA just set up the TOKEN correctly for > > us. > > > > So the `pulsarbot` is working as expected now. You can

Re: pulsarbot

2020-02-13 Thread PengHui Li
Great! 👍 On Feb 14, 2020, 08:43 +0800, Sijie Guo , wrote: > Sorry for the late update here. INFRA just set up the TOKEN correctly for > us. > > So the `pulsarbot` is working as expected now. You can re-run the failed > checks by commenting `/pulsarbot run-failure-checks`. > > For more commands, you

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

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

Re: pulsarbot

2020-02-13 Thread Sijie Guo
Sorry for the late update here. INFRA just set up the TOKEN correctly for us. So the `pulsarbot` is working as expected now. You can re-run the failed checks by commenting `/pulsarbot run-failure-checks`. For more commands, you can refer https://github.com/apache/pulsar-test-infra/blob/master/pul

[GitHub] [pulsar-client-node] hrsakai opened a new pull request #69: Bump the master version to 1.2.0

2020-02-13 Thread GitBox
hrsakai opened a new pull request #69: Bump the master version to 1.2.0 URL: https://github.com/apache/pulsar-client-node/pull/69 I have already created `branch-1.1` to perform the first release, so I will bump the master version to `1.2.0-rc.0`. ---

Reg Consumer stats

2020-02-13 Thread Venkatesh
Hi I found Brokerconsumerstats class in CPP. Similarly any class available for Java. Because with Consumerstats class i can't find all method regards to cpp. Its limited Thanks Venkatesh

pulsar-client not found in PyPI

2020-02-13 Thread Gianluigi Dal Toso
Greetings, I was trying to install and test pulsar and was actually following instructions from the documentation ( https://pulsar.apache.org/docs/en/standalone-docker/). But when trying to install pulsar-client package for python I am getting the following error message: ERROR: Could not find a

Re: pulsar-client not found in PyPI

2020-02-13 Thread Gianluigi Dal Toso
Actually when reading https://pulsar.apache.org/docs/en/client-libraries-python/ I actually discovered that I was using an unsupported Python version (3.8). Downgrading Python worked well. Sorry for bothering 🙈 Em qui., 13 de fev. de 2020 às 09:04, Gianluigi Dal Toso < gianluigi.t...@gmail.com> es

Build failed in Jenkins: pulsar-website-build #907

2020-02-13 Thread Apache Jenkins Server
See Changes: [github] [C++] Improve LatchTest.testTimedWait timing (#6294) [github] Fix bug that tenants whose allowed clusters include global cannot be [github] Remove problematic semicolon from conf (#6303

Slack digest for #dev - 2020-02-13

2020-02-13 Thread Apache Pulsar Slack
2020-02-12 14:34:26 UTC - Ashwin Kapur: Hi. Just looking at the pulsar-client-cpp source. Couple of thoughts and questions. 1) Patching protobuf and using the patched version seems to make building needlessly difficult. Since your goal is to use something protobuf like but without needless memo