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
+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
@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
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写
+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
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
+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
+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
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
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
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
11 matches
Mail list logo