Re: [DISCUSS] Proposal for donating pulsar-admin-go to the Apache Pulsar project

2023-08-14 Thread Andy Walker
To clarify, I mean to say that pulsar-client-go (pulsar) is the *only* module in the repository, with sub-packages that include pulsar, pulsar/auth and pulsaradmin On Mon, Aug 14, 2023 at 3:52 PM Andy Walker wrote: > Before considering whether to split the code into multiple modules, one > must

Re: [DISCUSS] About config `disableBrokerInterceptors`

2023-08-14 Thread Zixuan Liu
https://github.com/apache/pulsar/pull/8157 introduces the `disableBrokerInterceptors` config and only for the web service, so causes different behaviors between the broker service and the web service. I prefer to delete the `disableBrokerInterceptors` config. If the user uses the broker intercep

Re: [DISCUSS] About config `disableBrokerInterceptors`

2023-08-14 Thread Yubiao Feng
Hi Jiwei I agree. Thanks. Thanks Yubiao Feng On Wed, Jul 19, 2023 at 11:58 AM guo jiwei wrote: > Hi dev, >There is a config in ServiceConfiguration called > `disableBrokerInterceptors` introduced by #8157 > , it looks to disable the > broker inte

Re: [DISCUSS] Proposal for donating pulsar-admin-go to the Apache Pulsar project

2023-08-14 Thread Andy Walker
Before considering whether to split the code into multiple modules, one must first ask if it makes sense to intermix three separate version numbers and use each project independently from the others. I would argue that it does not. Typically, with client libraries like this, they are either fully

Re: [VOTE] PIP 289: Secure Pulsar Connector Configuration

2023-08-14 Thread Enrico Olivelli
+1 (binding) Thanks Enrico Il Gio 10 Ago 2023, 18:46 Michael Marshall ha scritto: > +1 (binding) > > - Michael > > On Thu, Aug 10, 2023 at 11:43 AM Michael Marshall > wrote: > > > > Hi Pulsar Community, > > > > This is the vote thread for PIP 289: > > https://github.com/apache/pulsar/pull/2090

Re: [ANNOUNCE] Apache Pulsar 3.1.0 released

2023-08-14 Thread Zike Yang
Congratulations! I just found an issue with the pulsar:3.1.0 docker image: There is only one arch supported `linux/arm64` for the pulsar:3.1.0: https://hub.docker.com/layers/apachepulsar/pulsar/3.1.0/images/sha256-307031b9bde3733344417a4d72702bc6727fad019056fe7922c50b6386eda46c?context=explore We

Re: [ANNOUNCE] Apache Pulsar 3.1.0 released

2023-08-14 Thread Enrico Olivelli
Congratulations! Enrico Il Lun 14 Ago 2023, 11:16 guo jiwei ha scritto: > The Apache Pulsar team is proud to announce Apache Pulsar version 3.1.0. > > Pulsar is a highly scalable, low latency messaging platform running on > commodity hardware. It provides simple pub-sub semantics over topics, >

[ANNOUNCE] Apache Pulsar 3.1.0 released

2023-08-14 Thread guo jiwei
The Apache Pulsar team is proud to announce Apache Pulsar version 3.1.0. Pulsar is a highly scalable, low latency messaging platform running on commodity hardware. It provides simple pub-sub semantics over topics, guaranteed at-least-once delivery of messages, automatic cursor management for subsc