[VOTE] Pulsar Release 2.5.1 Candidate 3

2020-04-13 Thread Guangning E
This is the third release candidate for Apache Pulsar, version 2.5.1. It fixes the following issues: https://github.com/apache/pulsar/pulls?q=is%3Apr+label%3Arelease%2F2.5.1+is%3Aclosed *** Please download, test and vote on this release. This vote will stay open for at least 72 hours *** Note th

Re: [VOTE] Pulsar Release 2.5.1 Candidate 3

2020-04-13 Thread Enrico Olivelli
Guagning it looks like your GPG key is not here https://dist.apache.org/repos/dist/release/pulsar/KEYS please add your key to the file Enrico Il giorno lun 13 apr 2020 alle ore 09:12 Guangning E ha scritto: > This is the third release candidate for Apache Pulsar, version 2.5.1. > > It fixes th

Slack digest for #dev - 2020-04-13

2020-04-13 Thread Apache Pulsar Slack
2020-04-12 16:25:39 UTC - Cornel K.: @Cornel K. has joined the channel

Re: [VOTE] Pulsar Release 2.5.1 Candidate 3

2020-04-13 Thread Enrico Olivelli
I have this issue with tests: it looks like tests try to download a file from central.maven.org but that name does not exist FunctionCommonTest.testDownloadFile(FunctionCommonTest.java:78) the error is below, I am with JDK8 on Linux I also noticed that the provided binaries do not work out-of-the

[Discuss] Replace cgo client in Pulsar repo with Native Go Client

2020-04-13 Thread xiaolong ran
Hello all: Pulsar has provided [pulsar-client-go](https://github.com/apache/pulsar/tree/master/pulsar-client-go ) based on the CPP. However, CGO has many problems, which causes performance to degrade easily, makes it difficult to

[Announce] Bookkeeper Visual Manager 1.0.0

2020-04-13 Thread Matteo Minardi - Diennea
Hi everyone, I’m happy to announce the first release of Bookkeeper Visual Manager. Bookkeeper Visual Manager is an open source (Apache License 2.0) web interface to access your Bookkeeper cluster. Sometimes Bookkeeper Shell and a raw command line it’s not enough. Everyone wants to visual

Re: [VOTE] Pulsar Release 2.5.1 Candidate 3

2020-04-13 Thread Guangning E
Sorry, my key has been put here https://dist.apache.org/repos/dist/dev/pulsar/KEYS. I do not seem to have permission to put it under the folder here https://dist.apache.org/repos/dist/release/pulsar/KEYS. About the second question, can you show me the command you used? I want to try to reproduce i

Re: [VOTE] Pulsar Release 2.5.1 Candidate 3

2020-04-13 Thread Enrico Olivelli
Il Lun 13 Apr 2020, 17:04 Guangning E ha scritto: > Sorry, my key has been put here > https://dist.apache.org/repos/dist/dev/pulsar/KEYS. I do not seem to have > permission to put it under the folder here > https://dist.apache.org/repos/dist/release/pulsar/KEYS. > > About the second question, can

[GitHub] [pulsar-client-node] gperinazzo commented on issue #62: Listening for messages

2020-04-13 Thread GitBox
gperinazzo commented on issue #62: Listening for messages URL: https://github.com/apache/pulsar-client-node/issues/62#issuecomment-612976617 @yosiat I'm seeing a crash if a client with listener is closed twice after your pull request: ```js const Pulsar = require('./index.js');

Re: [Discuss] Replace cgo client in Pulsar repo with Native Go Client

2020-04-13 Thread Yuva raj
+1 On Mon, Apr 13, 2020, 7:49 PM xiaolong ran wrote: > Hello all: > > > Pulsar has provided [pulsar-client-go]( > https://github.com/apache/pulsar/tree/master/pulsar-client-go < > https://github.com/apache/pulsar/tree/master/pulsar-client-go>) > based on the CPP. However, CGO has many problems,

Re: [Discuss] Replace cgo client in Pulsar repo with Native Go Client

2020-04-13 Thread Matteo Merli
> Delete the CGo client code from Pulsar repo I'd rather wait a bit more for that, given that apps are fetching directly from github. Eg: change the Docs but leave the code there for one more release cycle. -- Matteo Merli On Mon, Apr 13, 2020 at 2:37 PM Yuva raj wrote: > > +1 > > On Mon, Apr

Re: [Discuss] Replace cgo client in Pulsar repo with Native Go Client

2020-04-13 Thread Shivji Kumar Jha
+1 on replacing with native client . Agree with Matteo on retaining the CGO client code for sometime though. Regards, Shivji Kumar Jha http://www.shivjijha.com/ +91 8884075512 On Mon, Apr 13, 2020 at 7:49 PM xiaolong ran wrote: > Hello all: > > > Pulsar has provided [pulsar-client-go]( > https