Re: [DISCUSS] PIP-250: Add proxyVersion to CommandConnect

2023-04-06 Thread mattisonchao
Sorry for the late response. Why do we need to make the broker aware of the proxy when, by normal software design, we should avoid coupling the concepts in the proxy and the broker? The previous authentication was for historical reasons, but we should not continue to introduce this coupling. T

Transaction Key Mechanism for Fencing Transactions

2023-04-06 Thread Xiangying Meng
Dear Pulsar Community, I am excited to invite you all to participate in the discussion of the latest Pulsar proposal [1] for a transaction key mechanism. This proposal aims to provide users with a way to ensure that only one active transaction is associated with a given transaction key, while also

Re: Transaction Key Mechanism for Fencing Transactions

2023-04-06 Thread Yufan Sheng
This feature is quite cool. I couldn't wait for it. It's quite useful in the Flink connector. We can make the transaction with better deduplication. On Thu, Apr 6, 2023 at 8:30 PM Xiangying Meng wrote: > > Dear Pulsar Community, > > I am excited to invite you all to participate in the discussion

[DISCUSS] PIP-263: Just auto-create no-partitioned DLQ And Prevent auto-create a DLQ for a DLQ

2023-04-06 Thread Yubiao Feng
Hi community I started a PIP about "Just auto-create no-partitioned DLQ And Prevent auto-create a DLQ for a DLQ". PIP link: https://github.com/apache/pulsar/issues/20033 ### Motivation Just auto-create no-partitioned DLQ/Retry Topic If enabled the config `allowAutoTopicCreation,` Pulsar wi

Re: [DISCUSS] PIP-257: Add Open ID Connect Support to Server Components

2023-04-06 Thread Heesung Sohn
Hi, I am new to this security component, but how do we support token revoke? Thanks, Heesung On Mon, Mar 27, 2023 at 12:31 PM Michael Marshall wrote: > Here is the K8s integration: https://github.com/apache/pulsar/pull/19888. > > That PR makes it possible to configure a function running in > k