For single node k8s clusters such as minikube or Docker desktop k8s, it's
necessary to add "--set affinity.anti_affinity=false" to disable anti affinity:
helm install pulsar apache-pulsar-dist-dev/pulsar --set
affinity.anti_affinity=false
I'm looking forward to votes so that we get the release c
+1
Thanks,
Penghui
On Tue, Dec 19, 2023 at 3:58 PM Yubiao Feng
wrote:
> +1
>
> Thanks
> Yubiao Feng
>
> On Tue, Nov 28, 2023 at 4:04 PM Yuri Mizushima wrote:
>
> > Hi, Pulsar Community
> >
> > This thread is starting a vote for PIP-282.
> >
> > PIP design PR:
> > https://github.com/apache/puls
Hi, Ruihong
Thanks for your proposal.
I wonder whether we should abort all the transactions one client creates
when the client crushes.
For example, a process builds a Pulsar client and creates a transaction by
this client to do some operations.
If the process crushes, the transaction cannot be co
Thanks for initiating the discussion for this proposal. Yes, this is very
useful.
-Lari
On 2023/12/18 21:48:35 Chris Bono wrote:
> https://github.com/apache/pulsar/pull/21747
>
+1
- Validated the release by installing to Docker Desktop integrated k8s v1.28.
Followed validation instructions at
https://github.com/apache/pulsar-helm-chart/blob/master/RELEASE.md#verify-the-release-candidate-by-the-pmc
:
- checked the packages are present in the right dist folder on svn
-
Hi,
We have an issue to fail loading topics in unrecoverable situation and
impacting topic availability:: https://github.com/apache/pulsar/issues/21751
This PIP addresses the issue and allows brokers to handle such situations
and maintain the topic availability:
PIP: https://github.com/apache/pul
Affected versions:
- Apache Pulsar WebSocket Proxy 2.8.0 through 2.8.*
- Apache Pulsar WebSocket Proxy 2.9.0 through 2.9.*
- Apache Pulsar WebSocket Proxy 2.10.0 through 2.10.4
- Apache Pulsar WebSocket Proxy 2.11.0 through 2.11.1
- Apache Pulsar WebSocket Proxy 3.0.0
Description:
Improper Authe