[GitHub] [pulsar] tianshimoyi edited a discussion: Unable to create topic without partition when I set ns-isolation-policy

2022-11-01 Thread GitBox
GitHub user tianshimoyi edited a discussion: Unable to create topic without partition when I set ns-isolation-policy ![截屏2022-11-01 下午9 31 30](https://user-images.githubusercontent.com/68532999/199245228-1326cce8-19fc-41e4-ad4f-0a6eb051d4d7.png) GitHub link: https://github.com/apache/pulsar/

[GitHub] [pulsar] Demogorgon314 added a comment to the discussion: Unable to create topic without partition when I set ns-isolation-policy

2022-11-01 Thread GitBox
GitHub user Demogorgon314 added a comment to the discussion: Unable to create topic without partition when I set ns-isolation-policy @tianshimoyi Can you share the reproduction step? What is the `ns-isolation-policy` value you set? GitHub link: https://github.com/apache/pulsar/discussions/18

[VOTE] PIP-219: Support full scan and trim ledger

2022-11-01 Thread linlin
Hi folks, I'd like to start a vote for the PIP-219: Support full scan and trim ledger ( https://github.com/apache/pulsar/issues/18128) The discussion can be found here: https://lists.apache.org/thread/wy8sqs2fdmw3kcdfos7t1ztpccfdmv72 Best regards. linlin

Request a site ID and tracking code for Apache Pulsar

2022-11-01 Thread tison
Hi Privacy Team, As proposed in https://github.com/apache/pulsar/issues/15664, the Apache Pulsar community is actively migrating from Google Analytics to the Matomo solution. Reading from https://privacy.apache.org/matomo/, I send this email to request a site ID and tracking code for Apache Pulsa

Re: Request a site ID and tracking code for Apache Pulsar

2022-11-01 Thread Dave Fisher
- privacy. THANK YOU! Sent from my iPhone > On Nov 1, 2022, at 9:21 AM, tison wrote: > > Hi Privacy Team, > > As proposed in https://github.com/apache/pulsar/issues/15664, the Apache > Pulsar community is actively migrating from Google Analytics to the Matomo > solution. > > Reading from ht

[DISCUSS] PIP-211: Introduce offload throttling

2022-11-01 Thread Jiuming Tao
Hi pulsar community, I opened a PIP to discuss: PIP-211: Introduce offload throttling PIP link: https://github.com/apache/pulsar/issues/18004 Thanks, Tao Jiuming

Re: [DISCUSS] PIP-211: Introduce offload throttling

2022-11-01 Thread Dave Fisher
One alternative would be to throttle offload in the write path instead of adding additional logic to the read path in managed ledgers. One simple way to do this is to to limit how many threads can write offloaded ledgers. This is the same way that reading of offloaded ledgers are already “throt

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

2022-11-01 Thread Heesung Sohn
Hi, Thank you for the great comments. Please find my comments inline too. Regards, Heesung On Mon, Oct 31, 2022 at 10:59 PM Michael Marshall wrote: > > I think we lose a single linearized view. > > Which linearized view are we losing, and what is the role of that > linearized view? I think I mi

[GitHub] [pulsar] tianshimoyi added a comment to the discussion: Unable to create topic without partition when I set ns-isolation-policy

2022-11-01 Thread GitBox
GitHub user tianshimoyi added a comment to the discussion: Unable to create topic without partition when I set ns-isolation-policy @Demogorgon314 The picture below is the details of the ns-isolation-policy I set, including all brokers. By the way, my pulsar is deployed via pulsar-helm-char@4.

[GitHub] [pulsar] tianshimoyi added a comment to the discussion: Unable to create topic without partition when I set ns-isolation-policy

2022-11-01 Thread GitBox
GitHub user tianshimoyi added a comment to the discussion: Unable to create topic without partition when I set ns-isolation-policy @Demogorgon314 It is a problem with the regular expression of the --primary parameter. I can modify the regular expression. ```yaml --primary pulsar-huhao-broker-

[GitHub] [pulsar] Demogorgon314 added a comment to the discussion: Unable to create topic without partition when I set ns-isolation-policy

2022-11-01 Thread GitBox
GitHub user Demogorgon314 added a comment to the discussion: Unable to create topic without partition when I set ns-isolation-policy Yes, you can modify it to `pulsar-huhao-broker.*` and try again. GitHub link: https://github.com/apache/pulsar/discussions/18286#discussioncomment-4032784

[GitHub] [pulsar] tianshimoyi added a comment to the discussion: Unable to create topic without partition when I set ns-isolation-policy

2022-11-01 Thread GitBox
GitHub user tianshimoyi added a comment to the discussion: Unable to create topic without partition when I set ns-isolation-policy @Demogorgon314 it worked, thanks a lot GitHub link: https://github.com/apache/pulsar/discussions/18286#discussioncomment-4032826 This is an automatically se

Re: [DISCUSS] Proxy should always forward the authentication data from the client

2022-11-01 Thread Michael Marshall
> We have a flag to control the value of authentication data. See > https://github.com/apache/pulsar/blob/82237d3684fe506bcb6426b3b23f413422e6e4fb/pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyConnection.java#L316-L322 Great point. I missed the `forwardAuthorizationCredentials` se