[GitHub] [pulsar-client-node] kimula edited a comment on issue #131: more than 3 topics blocks async operations

2021-10-27 Thread GitBox
kimula edited a comment on issue #131: URL: https://github.com/apache/pulsar-client-node/issues/131#issuecomment-720263581 @steelone i succeeded to run your example and reproduce the problem (it was due to not your example but my environment). i think that using `listener` instead o

Re: Revote: Pulsar website concepts

2021-10-27 Thread Melissa Logan
Thanks, Mattison, noted. Guangning, agreed, the intent is to continue using Docusaurus for docs with their Theming functionality: https://docusaurus.io/docs/using-themes#themes-design. On Sun, Oct 24, 2021 at 6:13 AM Guangning E wrote: > > The design looks good, the current design seems to hav

[Workflow] Doc Bot Runs Successfully!

2021-10-27 Thread Anonymitaet _
Hi Pulsar enthusiasts, Here comes exciting news! As you may notice, a doc Bot has been working in the Pulsar community for a while. It improves the efficiency of developing docs by automatically labeling PRs with doc info or reminding you to provide doc-related info, which reduces much man

Re: [DISCUSS] Apache Pulsar 2.8.2 Release

2021-10-27 Thread Hang Chen
+1 Thanks, Hang Michael Marshall 于2021年10月27日周三 下午9:41写道: > > +1 > > Michael > > > On Oct 27, 2021, at 7:40 AM, ranxiaolong...@gmail.com wrote: > > > > LGTM +1 > > > > -- > > Thanks > > Xiaolong Ran > > > > Enrico Olivelli 于2021年10月27日周三 下午8:34写道: > > > >> +1 > >> > >> Enrico > >> > >>> Il gio

Re: [DISCUSS] Apache Pulsar 2.8.2 Release

2021-10-27 Thread Michael Marshall
+1 Michael > On Oct 27, 2021, at 7:40 AM, ranxiaolong...@gmail.com wrote: > > LGTM +1 > > -- > Thanks > Xiaolong Ran > > Enrico Olivelli 于2021年10月27日周三 下午8:34写道: > >> +1 >> >> Enrico >> >>> Il giorno mer 27 ott 2021 alle ore 13:39 PengHui Li >>> ha >>> scritto: >>> >>> +1 >>> On W

Re: [DISCUSS] Apache Pulsar 2.8.2 Release

2021-10-27 Thread r...@apache.org
LGTM +1 -- Thanks Xiaolong Ran Enrico Olivelli 于2021年10月27日周三 下午8:34写道: > +1 > > Enrico > > Il giorno mer 27 ott 2021 alle ore 13:39 PengHui Li > ha > scritto: > > > +1 > > > > On Wed, Oct 27, 2021 at 4:22 PM linlin wrote: > > > > > Hi all, > > > > > > I hope you've all been doing well. It ha

Re: [DISCUSS] Apache Pulsar 2.8.2 Release

2021-10-27 Thread Enrico Olivelli
+1 Enrico Il giorno mer 27 ott 2021 alle ore 13:39 PengHui Li ha scritto: > +1 > > On Wed, Oct 27, 2021 at 4:22 PM linlin wrote: > > > Hi all, > > > > I hope you've all been doing well. It has been more than one month since > we > > released the Apache Pulsar 2.8.1. We have a lot of fixes alre

Re: [DISCUSSION] PIP-108: Add method to help user judge if consumer queue has message

2021-10-27 Thread ZhangJian He
Some users want to use this api to judge if there's messages to receive, like that pseudo code: if (consumer.hasMessage()) { .submit(() -> { consumer.pollMessagesAccordingToTheDistributedFlowControl() }) } don't want to remove the message from queue. PengHui Li 于2021年10月27日周三 下午7:43写

Re: [DISCUSSION] PIP-108: Add method to help user judge if consumer queue has message

2021-10-27 Thread PengHui Li
@ZhangJian He, as Matteo mentioned, Use `consumer.receive(0, TimeUnit.SECONDS)` can achieve the same purpose for checking if there are messages in the local cache. Thanks Penghui On Tue, Oct 26, 2021 at 2:35 PM ZhangJian He wrote: > If some users need the message content to do user-defined acti

Re: [DISCUSS] Apache Pulsar 2.8.2 Release

2021-10-27 Thread PengHui Li
+1 On Wed, Oct 27, 2021 at 4:22 PM linlin wrote: > Hi all, > > I hope you've all been doing well. It has been more than one month since we > released the Apache Pulsar 2.8.1. We have a lot of fixes already merged. So > I would like to start to prepare our next patch release in the next few > day

[DISCUSS] Apache Pulsar 2.8.2 Release

2021-10-27 Thread linlin
Hi all, I hope you've all been doing well. It has been more than one month since we released the Apache Pulsar 2.8.1. We have a lot of fixes already merged. So I would like to start to prepare our next patch release in the next few days. You can find the whole change list of the 2.8.2 release fro