GitHub user visortelle added a comment to the discussion: Why topic-level
policies are not supported for non-persistent topics?
I think that all namespace-level policies which affect non-persistent topics
should also be configurable at the topic-level.
I suppose that's probably all, except pe
Hi,
> I would like to understand what the performance tradeoffs are for the
changes that you (as an individual) and others are proposing.
The problem that this PIP is trying to solve is how to support custom topic
compaction logic. (currently, Pulsar only takes the latest message in the
topic comp
> So for Node.js users, they must upgrade the C++
> client to the proper version.
Thanks for highlighting this Yunze. That is my understanding as well.
I'll update the node documentation accordingly.
- Michael
On Thu, Nov 3, 2022 at 11:42 PM Yunze Xu wrote:
>
> Hi Michael,
>
> Thanks for your e
GitHub user michaeljmarshall added a comment to the discussion: struggling with
pulsar functions in kubernetes
How are you deploying Pulsar? It looks like you're using the helm chart. Which
version, and do you mind sharing some/all of your values file?
GitHub link:
https://github.com/apache/
GitHub user michaeljmarshall added a comment to the discussion: Why topic-level
policies are not supported for non-persistent topics?
I am pretty sure they are only available for persistent topics at this time.
Which policies do you think we should expose for non-persistent topics?
GitHub lin
> On Nov 4, 2022, at 10:28 AM, Heesung Sohn
> wrote:
>
> Hi,
>
> I think `bool shouldKeepLeft(T prev, T cur)` is clearer. I updated the PIP.
>
> Hopefully, we provided enough context about this PIP and the design
> trade-off as well.
I would like to understand what the performance tradeoff
Hi,
I think `bool shouldKeepLeft(T prev, T cur)` is clearer. I updated the PIP.
Hopefully, we provided enough context about this PIP and the design
trade-off as well.
I will send out a vote email soon.
Thank you,
Heesung
On Thu, Nov 3, 2022 at 9:59 PM Michael Marshall
wrote:
> Thank you
+1
Haiting
On Fri, Nov 4, 2022 at 1:42 PM houxiaoyu wrote:
>
> +1
>
> Best,
> Xiaoyu Hou
>
> 丛搏 于2022年11月3日周四 14:01写道:
>
> > Hello, Pulsar community:
> >
> > I'd like to propose releasing Apache Pulsar 2.9.4. It's been about
> > three months since 2.9.3 was released.
> >
> > There are 123 PRs [
GitHub user jesumyip edited a comment on the discussion: struggling with pulsar
functions in kubernetes
The real issue for me seems to be - "How do I tell Pulsar so that when it
generates the Kubernetes manifest that will deploy the Stateful set which runs
the function, it also mounts / injec