Re: [DISCUSS] PIP-383: Support granting/revoking permissions for multiple topics

2024-09-28 Thread Yubiao Feng
Hi Jiwei I think it is very useful Thanks Yubiao Feng On Thu, Sep 26, 2024 at 10:06 PM guo jiwei wrote: > Hello, > > I have created a PIP for supporting granting/revoking permissions for > multiple topics. > > In AuthorizationProvider, the authorization interface > `grantPermissionAsync(TopicN

Re: [VOTE] PIP-373: Add a topic's system prop that indicates whether users have published TXN messages in before

2024-09-28 Thread guo jiwei
+1 (binding) Regards Jiwei Guo (Tboy) On Wed, Aug 28, 2024 at 10:44 AM Baodi Shi wrote: > +1(binding) > > Thanks, > Baodi Shi > > Tao Jiuming 于2024年8月24日周六 13:06写道: > > > > +1 nonbinding > > > > Yubiao Feng 于2024年8月23日 周五16:17写道: > > > > > Hi all > > > > > > I want to start a vote on PIP -37

Re: [DISCUSS] Can pass the std tlsconfig to pulsar go client

2024-09-28 Thread ZhangJian He
+1(no-binding) for this feature, it's common to pass tls.Config in the Golang ecosystem(For example, current tlsOptions doesn't allow to pass cert from memory bytes, but it's very common in golang). I tend to proposal2, for backward compatibility, I think we can provide some utility method to conve

Re: [DISCUSS] PIP-383: Support granting/revoking permissions for multiple topics

2024-09-28 Thread guo jiwei
Hi Lari, We have added the default implementation, so we can go into other branches if needed. Regards Jiwei Guo (Tboy) On Fri, Sep 27, 2024 at 5:33 PM Lari Hotari wrote: > I think it's necessary to mention the target versions in the proposal. > > I'd say that this proposal shouldn't go int

[DISCUSS] Can pass the std tlsconfig to pulsar go client

2024-09-28 Thread 匡增雄
Hi all I would like to start a discussion to pass the std tlsconfig to pulsar go client. I have two options for change. Proposal 1: Incorporate std tlsconfig as an Externally Configurable Variable in tlsOptions In this proposal, I suggest adding the standard library's tlsconfig as an op