[GitHub] [pulsar-manager] HartmutDIL commented on issue #283: Pulsar Manager keeps saying "This environment is error. Please check it"

2022-03-04 Thread GitBox
HartmutDIL commented on issue #283: URL: https://github.com/apache/pulsar-manager/issues/283#issuecomment-1059529546 Sorry guys I am also coming around the corner here with the same problem. however, for me it is in the AWS kubernetes environment. my cluster name is "pulsar-ci". I have

Re: [DISCUSS] Releasing pulsar-client-go 0.8.1

2022-03-04 Thread Matteo Merli
+1 Thanks Rui, we should eliminate the GPL dependency ASAP. -- Matteo Merli On Thu, Mar 3, 2022 at 2:08 AM Rui Fu wrote: > > Hi everyone, > > I would like to start a discussion here about starting a new release of > pulsar-client-go v0.8.1. Recently we have some of dependencies updated PRs >

[Discuss] Create Pulsar client release notes

2022-03-04 Thread Yu
Hi Pulsarers, For Pulsar release notes [1], we had issues below for a long time. - All contents are on a single Pulsar release note page. No navigations. It's easy to get lost and hard to understand which changes belong to which Pulsar version. - Java, C++, Python, WebSocket clients do not have i

Re: [DISCUSS] Add icebox label for issues and PRs that have been inactive for more than 4 weeks

2022-03-04 Thread PengHui Li
Hi all, We have completed the Stale label for the PRs and issues. So that, we can focus on the active PRs[1] and active issues[2]. Thanks for the great work, yaaln. If you are interested in the PR review and give an answer to the issue, it's a good start to let us focus on the active PRs and iss

[GitHub] [pulsar-client-node] Matt-Esch opened a new pull request #200: convert worker threads to async functions

2022-03-04 Thread GitBox
Matt-Esch opened a new pull request #200: URL: https://github.com/apache/pulsar-client-node/pull/200 I have replaced the use of async workers with direct async functions by utilising a thread safe deferred (promise). The need for this comes from the fact that with workers, calling producer