Re: [Discuss] Create the first pulsar-client-go apache release

2019-12-17 Thread xiaolong ran
Yes, agree with you. Maybe we can plan what features we need to implement in the first release. and accelerate the release process of pulsar-client-go. -- Thanks Xiaolong Ran > 在 2019年12月18日,上午2:45,Matteo Merli 写道: > > There are still a number of critical pieces of the Go client library > th

Re: [Discuss] Create the first pulsar-client-go apache release

2019-12-17 Thread Matteo Merli
There are still a number of critical pieces of the Go client library that are being worked on. Before these get settled we should avoid making a release that will settle the API and the semantics. -- Matteo Merli On Tue, Dec 17, 2019 at 6:01 AM Guangning E wrote: > > That sounds good to me,

[GitHub] [pulsar-client-node] cristiandley opened a new issue #63: Avoid passphrase request ?

2019-12-17 Thread GitBox
cristiandley opened a new issue #63: Avoid passphrase request ? URL: https://github.com/apache/pulsar-client-node/issues/63 Once i start the client asks me for a passphrase, is there a way to avoid it ? (like Rabbit offers) T

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

2019-12-17 Thread GitBox
david-streamlio commented on issue #62: Listening for messages URL: https://github.com/apache/pulsar-client-node/issues/62#issuecomment-566609269 @mhaagens Yes. This is an automated message from the Apache Git Service. To res

Re: [Discuss] Create the first pulsar-client-go apache release

2019-12-17 Thread Guangning E
That sounds good to me, a stable version of native go client is important. Thanks, Guangning xiaolong ran 于2019年12月17日周二 下午9:15写道: > Hi all committers: > > Since the [pulsar-client-go](https://github.com/apache/pulsar-client-go < > https://github.com/apache/pulsar-client-go>) repo has > been tr

[Discuss] Create the first pulsar-client-go apache release

2019-12-17 Thread xiaolong ran
Hi all committers: Since the [pulsar-client-go](https://github.com/apache/pulsar-client-go ) repo has been transferred to the ASF under Pulsar PMC, I would suggest us creating the first pulsar-client-go apache release as soon as possible. So that we ca

Re: [DRAFT] Pulsar report 2019-12

2019-12-17 Thread xiaolong ran
LGTM, Thanks @Matteo > Work is ongoing for next release (2.6.0) and for to reach the first release for the native Go client library. When do we plan to do the first release of pulse-client-go, is there any plan for this? -- Thanks Xiaolong Ran > 在 2019年12月15日,上午11:57,Matteo Merli 写道: >

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

2019-12-17 Thread GitBox
mhaagens commented on issue #62: Listening for messages URL: https://github.com/apache/pulsar-client-node/issues/62#issuecomment-566459422 Would this be a solution in the meantime? ``` while (true) { const msg = await consumer.receive(); console.log(msg.getData().toString(

Slack digest for #dev - 2019-12-17

2019-12-17 Thread Apache Pulsar Slack
2019-12-17 05:22:06 UTC - jia zhai: @Ali Ahmed Seems some of the github actions(e.g. CI - Misc / License check (pull_request)) are marked as required, but it will not success. This blocks the all the PR. Is there a way to resolve this issue. 2019-12-17 05:23:14 UTC - Ali Ahmed: yes there is