Re: [REVOTE] PIP-47: Time Based Release Plan

2019-11-12 Thread Jia Zhai
+1 (binding) This is helpful. Best Regards. Jia Zhai Beijing, China Mobile: +86 15810491983 On Wed, Nov 13, 2019 at 11:10 AM PengHui Li wrote: > +1 (binding) > > -Penghui > > Sijie Guo 于2019年11月12日周二 下午2:37写道: > > > +1 (binding) > > > > - Sijie > > > > On Mon, Nov 11, 2019 at 10:16 AM

Re: [REVOTE] PIP-47: Time Based Release Plan

2019-11-12 Thread PengHui Li
+1 (binding) -Penghui Sijie Guo 于2019年11月12日周二 下午2:37写道: > +1 (binding) > > - Sijie > > On Mon, Nov 11, 2019 at 10:16 AM xiaolong ran > wrote: > > > Hello everyone: > > > > Please review and vote on the PIP-47 propose: > > https://github.com/apache/pulsar/wiki/PIP-47%3A-Time-Based-Release-Plan

Re: Pulsar Release 2.4.2 Discussion

2019-11-12 Thread xiaolong ran
Hello everyone: I am starting the release process of 2.4.2. I will move the outstanding 2.4.2 pull requests (or issues) to 2.4.3. So we can cut 2.4.2 and if needed 2.4.3 in a few weeks. If you have any pull requests that must be included in 2.4.2, please let me know. -- Thanks Xiaolong Ran

Re: PIP 49: Permission levels and inheritance

2019-11-12 Thread Addison Higham
Thanks for the response Joe. I think I understand where you are coming, but as I look at the current capabilities for putting limits on a namespace (backlog quotas, publish and subscribe rate limits, ttl, etc) there does appear to be a fair number of controls in place today that do allow for *some

[GitHub] [pulsar-client-node] gperinazzo commented on issue #56: Add listener support for consumer

2019-11-12 Thread GitBox
gperinazzo commented on issue #56: Add listener support for consumer URL: https://github.com/apache/pulsar-client-node/pull/56#issuecomment-552910928 The code before used the consumer pointer given to me by the message listener callback and I couldn't call free on that, so I avoided creatin

[VOTE] Pulsar Manager release 0.1.0 Candidate 3

2019-11-12 Thread Guangning E
Hi everyone, Please review and vote on the release candidate #3 for the version 0.1.0, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) It fixes the following issues: https://github.com/apache/pulsar-manager/milestone/2?closed=1 The com

Slack digest for #dev - 2019-11-12

2019-11-12 Thread Apache Pulsar Slack
2019-11-11 17:06:56 UTC - Addison Higham: this showed up on my radar over the weekend: (or docs site here: ). tl;dr; is that they use a distributed log as the "true" WAL of

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

2019-11-12 Thread Apache Jenkins Server
See Changes: [sijie] [Docs] Add admin api docs of Pulsar Functions (#5593) -- [...truncated 4.00 MB...] Extracting: '/website/translated_docs/zh-CN/version-2.1.0-incu

[GitHub] [pulsar-client-node] hrsakai commented on issue #56: Add listener support for consumer

2019-11-12 Thread GitBox
hrsakai commented on issue #56: Add listener support for consumer URL: https://github.com/apache/pulsar-client-node/pull/56#issuecomment-552786514 Please tell me, why do you not pass consumer to listener like other languages? example: ``` const consumer = await client.subscri