+1 (binding)
Enrico
Il giorno ven 21 ott 2022 alle ore 08:07 Michael Marshall
ha scritto:
>
> Bump. In my opinion, this is a bug that we need to fix before any new
> releases. It is only a PIP because fixing the bug requires updating a
> default.
>
> Thanks,
> Michael
>
> On Fri, Oct 14, 2022 at
+1 (binding)
- verified checksum
- installed on GKE without problems with the default values
Great work !
and thank you very much for creating the release process
Enrico
Il giorno ven 21 ott 2022 alle ore 07:58 Michael Marshall
ha scritto:
>
> Hello Apache Pulsar Community,
>
> This is a call f
Bump. In my opinion, this is a bug that we need to fix before any new
releases. It is only a PIP because fixing the bug requires updating a
default.
Thanks,
Michael
On Fri, Oct 14, 2022 at 1:58 PM Michael Marshall wrote:
>
> Hi All,
>
> I am starting the vote for PIP 212: Default reppDnsResolver
Hello Apache Pulsar Community,
This is a call for the vote to release the Apache Pulsar Helm Chart
version 3.0.0.
This is our first official vote to release the helm chart. It follows
a newly merged release process that is still subject to change
(https://github.com/apache/pulsar-helm-chart/pull/
Congratulations, Haiting!
Aloys Zhang 于2022年10月21日周五 11:52写道:
> Congratulations, Haiting!
>
>
> Best,
> Aloys
>
> 丛搏 于2022年10月20日周四 17:11写道:
>
> > Congratulations, Haiting!
> >
> > Thanks,
> > bo
> >
> > PengHui Li 于2022年10月20日周四 16:55写道:
> > >
> > > Congratulations, Haiting!
> > >
> > > Best,
Congratulations, Haiting!
Best,
Aloys
丛搏 于2022年10月20日周四 17:11写道:
> Congratulations, Haiting!
>
> Thanks,
> bo
>
> PengHui Li 于2022年10月20日周四 16:55写道:
> >
> > Congratulations, Haiting!
> >
> > Best,
> > Penghui
> >
> > On Thu, Oct 20, 2022 at 9:53 AM Jun Ma wrote:
> >
> > > Congratulations, Ha
According to the lazy consensus rule, I opened this tracking issue and
start working on it: https://github.com/apache/pulsar/issues/18144
I expect to deliver the result by the next week.
Best,
tison.
Yu 于2022年10月17日周一 15:59写道:
> Hi tison,
>
> Thanks for taking care of the docs!
> Seems that a
Hi,
Here is the pull request: https://github.com/apache/pulsar/pull/17508
Motivation:
When reformatting Java files, JAVADOC_STYLE cause the license header be
treated as doc comments and it will be affected from:
/**
* ...
* with the License. You may obtain a copy of the License at
*
* ht
Hi Heesung.
Is it possible to send the promoted value to the topic again to achieve
eventual consistency?
For example:
We have 3 brokers, broker-a, broker-b, and broker-c
The message for leader election could be "own: broker-b", "own: broker-c",
"own: broker-a"
The broker-b will win in the end.
> while (true) {
Messages messages = consumer.batchReceive();
Message finalMessage = null;
for (Message message : messages) {
process(message);
finalMessage = message;
}
if (finalMessage != null) {
consumer.acknowledgeCumulativeAsync(finalMessage);
}
Hi, Enrico
I think we temporarily don't add the new API, it will make the users
very hard to use. we can try to improve the performance first.
the performance can improve:
1. create multi consumer clients to consume the multi-partition topic.
2. change the MultiTopicsConsumerImpl incoming queue, u
Il giorno gio 20 ott 2022 alle ore 11:09 丛搏 ha scritto:
>
> Hi,
>
> I have another solution, we only guarantee the invoke batch receive
> returns the messages are the same topic message.
This is going to reduce performances of applications that consume from
a partitioned topic or using a pattern
Congratulations, Haiting!
Thanks,
bo
PengHui Li 于2022年10月20日周四 16:55写道:
>
> Congratulations, Haiting!
>
> Best,
> Penghui
>
> On Thu, Oct 20, 2022 at 9:53 AM Jun Ma wrote:
>
> > Congratulations, Haiting!
> >
> >
> > Best,
> > Jun
> >
> > From: Yunze Xu
> > Sent
Hi,
I have another solution, we only guarantee the invoke batch receive
returns the messages are the same topic message. In this way, we don't
need to add the new API for ack. use example is:
```
// consumer the multi-partition messages
while (true) {
Messages messages = consumer.batchReceive(
Congratulations, Haiting!
Best,
Penghui
On Thu, Oct 20, 2022 at 9:53 AM Jun Ma wrote:
> Congratulations, Haiting!
>
>
> Best,
> Jun
>
> From: Yunze Xu
> Sent: Wednesday, October 19, 2022 23:23
> To: dev@pulsar.apache.org
> Subject: Re: [ANNOUNCE] Haiting Jiang
15 matches
Mail list logo