[VOTE] PIP-402: Role Anonymizer for Pulsar Logging

2025-02-24 Thread Alexandre DUVAL
Hi, I'd like to start the voting thread for PIP-402: Role Anonymizer for Pulsar LoggingProposal PR: https://github.com/apache/pulsar/pull/23592 Rendered PIP document: https://github.com/KannarFr/pulsar/blob/31d4e2ff1cd49a710a4a16e3ddf5ac0097e764d6/pip/pip-402-role-anonymize.md Proof-of-concept i

[feat][pip] PIP-402: Role Anonymizer for Pulsar Logging

2025-02-11 Thread Alexandre DUVAL
Hello, I've created a PIP to prevent role (role anonymizer) in pulsar logging at proxy and broker levels. PR: https://github.com/apache/pulsar/pull/23592 Thank you, -- Best, Kannar

CREATE_TOPIC authorization inconsistencies

2023-04-20 Thread Alexandre DUVAL
Hi, CREATE_TOPIC authorization check is not performed when trying to PRODUCE/CONSUME a topic, it has been referenced: https://github.com/apache/pulsar/issues/17406. I opened a PR to fix it https://github.com/apache/pulsar/pull/17411, but Michael reported issues about backward compatibility (

Re: [DISCUSS] new idea: reverse reading a topic

2023-04-20 Thread Alexandre DUVAL
ages. I get your point, but can you give a more detailed use case? Thanks, Haiting On Tue, Mar 14, 2023 at 6:40 PM Alexandre DUVAL wrote: Hi, The way you suggest works when we know how many messages we want to read. It can be a nice feature too, but this is not my case here. Here, the goal i

Re: [DISCUSS] new idea: reverse reading a topic

2023-03-14 Thread Alexandre DUVAL
once you meet it? Yong On Wed, 8 Mar 2023 at 21:37, Alexandre DUVAL wrote: Hi Michael, This would work but it will need something to store every messages read to reverse them before answer which can be heavy in RAM usages. The key point of the future is to read message by message from a Mes

Re: [DISCUSS] new idea: reverse reading a topic

2023-03-08 Thread Alexandre DUVAL
scribed? I haven't considered all of the implications, but if the main goal is to move the cursor, I think the solution should be about moving the cursor, not about reading a topic in reverse. Thanks, Michael On Tue, Mar 7, 2023 at 6:50 AM Alexandre DUVAL wrote: Hi Yong, The goal is to sta

Re: [DISCUSS] new idea: reverse reading a topic

2023-03-07 Thread Alexandre DUVAL
On Mon, 6 Mar 2023 at 23:37, Alexandre DUVAL wrote: Hi, I'm wondering if it is possible to introduce a new feature on Pulsar which will enable users to read topic from a defined MessageId to previous messages until the begin of the topic. I tried to use Pulsar SQL but it requires so muc

[DISCUSS] new idea: reverse reading a topic

2023-03-06 Thread Alexandre DUVAL
Hi, I'm wondering if it is possible to introduce a new feature on Pulsar which will enable users to read topic from a defined MessageId to previous messages until the begin of the topic. I tried to use Pulsar SQL but it requires so much RAM even for little queries (due to Presto design). C

Proposal on policies management at tenant level

2019-11-28 Thread Alexandre DUVAL
Hi, Here is a potential proposal (PIP) on policies management at tenant level: ## Motivation Pulsar quotas, retentions and other policies are defined on namespaces level and only enforced at topic level. It would be great to have global policies on tenant level which can be overriden if polic

Re: the problem of run pulsar dashboad on linux

2019-07-29 Thread Alexandre DUVAL
Hi, you can check this: https://github.com/bbonnin/pulsar-express. On 30/07/19 04:13, 薛松 wrote: Hi: I looked at the pulsar documentation. As for dashboad, I saw that it only works in the docker environment, but I want to run it directly in the Linux environment. What should I do?