Slack digest for #dev - 2019-10-29

2019-10-29 Thread Apache Pulsar Slack
2019-10-28 10:21:54 UTC - Markos SF: @Markos SF has joined the channel 2019-10-28 17:44:53 UTC - Addison Higham: working on getting (zk 3.5 bump) merged, seems like this failure: ``` ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time el

Re: Pulsar Release 2.4.2 Discussion

2019-10-29 Thread xiaolong ran
I will ping the owner of PR and issue marked as 2.4.2 on the github. And discuss if we could postpone some of them to 2.4.3 or 2.5.0. Hope we could accelerate the release. > 在 2019年10月21日,下午6:19,xiaolong ran 写道: > > Hi all committers, > > There are a few bug fixes and enhancement for 2.4.1.

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

2019-10-29 Thread Apache Jenkins Server
See Changes: [penghui] [Docs]Fix document of canal and debezium not found. (#5485) [penghui] move general schema hash to common module (#5466) [ranxiaolong716] [docs] Update some links on Pulsar website (#54

Apache Pulsar coding guide

2019-10-29 Thread Jinfeng Huang
Hi all, When our users read the contributing guidelines at https://pulsar.apache.org/en/contributing/#code , they found the link navigates to coding guide does not work. After investigation, we've found there is no coding guide for Apache Pulsar. Shall we add a coding guide for Apache Pulsar? I've

Jenkins build is back to normal : pulsar-website-build #793

2019-10-29 Thread Apache Jenkins Server
See

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

2019-10-29 Thread GitBox
hrsakai commented on issue #56: Add listener support for consumer URL: https://github.com/apache/pulsar-client-node/pull/56#issuecomment-547724476 I can receive only one message when `ack(message)` doesn’t be called. ``` // Execute consumer $ node ./consumer_listener.js results.l

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

2019-10-29 Thread Apache Jenkins Server
See Changes: [47805623+Jennifer88huang] [Issue 5309][docs] Clarify wording around retention policies (#5482) [ranxiaolong716] Efficiency improvements for delay delivery tracker (#5498)

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

2019-10-29 Thread GitBox
gperinazzo commented on issue #56: Add listener support for consumer URL: https://github.com/apache/pulsar-client-node/pull/56#issuecomment-547734374 > I can receive only one message when ack(message) doesn’t be called. Yes, that is a problem I had to put in since the pulsar client ex

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

2019-10-29 Thread GitBox
hrsakai commented on issue #56: Add listener support for consumer URL: https://github.com/apache/pulsar-client-node/pull/56#issuecomment-547745427 > I'll update the test dockerfile to install node 12 over the weekend. That should clear the CI issues. The docker image used in CI was u