[GitHub] [pulsar] visortelle added a comment to the discussion: Why topic-level policies are not supported for non-persistent topics?

2022-11-04 Thread GitBox
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

Re: [DISCUSS] PIP-215: Configurable Topic Compaction Strategy

2022-11-04 Thread Heesung Sohn
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

Re: CVE-2022-33684: Apache Pulsar: Disabled Certificate Validation for OAuth Client Credential Requests makes C++/Python Clients vulnerable to MITM attack

2022-11-04 Thread Michael Marshall
> 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] [pulsar] michaeljmarshall added a comment to the discussion: struggling with pulsar functions in kubernetes

2022-11-04 Thread GitBox
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] [pulsar] michaeljmarshall added a comment to the discussion: Why topic-level policies are not supported for non-persistent topics?

2022-11-04 Thread GitBox
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

Re: [DISCUSS] PIP-215: Configurable Topic Compaction Strategy

2022-11-04 Thread Dave Fisher
> 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

Re: [DISCUSS] PIP-215: Configurable Topic Compaction Strategy

2022-11-04 Thread Heesung Sohn
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

Re: [DISCUSS] Release Pulsar 2.9.4

2022-11-04 Thread Haiting Jiang
+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] [pulsar] jesumyip edited a comment on the discussion: struggling with pulsar functions in kubernetes

2022-11-04 Thread GitBox
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