Re: [apache/pulsar-helm-chart] Release pulsar-2.7.3 - pulsar-2.7.3

2021-09-09 Thread Enrico Olivelli
Hello, I apologise in advance, but I am still new to some of the procedures here. I just noticed a new release of the Pulsar Helm Chart. How does the release of the Helm chart work ? Apparently this is something that is not released using the usual process. Can anyone post some link to the proced

Re: [Proposal] Make Dispatcher pluggable

2021-09-09 Thread PengHui Li
Looks good overall, Do we need to consider the batch filter since the API is defined as `Message`, not `Entry`, so parts of the batch need to filter out, does it should be handled by Filter, or the consumer side, or the producer side? Thanks, Penghui On Fri, Sep 10, 2021 at 11:53 AM Lin Lin wro

[GitHub] [pulsar-manager] sourabhaggrawal opened a new issue #419: Tenants tab latency issue

2021-09-09 Thread GitBox
sourabhaggrawal opened a new issue #419: URL: https://github.com/apache/pulsar-manager/issues/419 Tenants tab takes too much time to load and stuck at https://github.com/apache/pulsar-manager/blob/81d010182d3778ec115a25bd45338d8b01454ab7/src/main/java/org/apache/pulsar/manager/service/impl/

[GitHub] [pulsar-helm-chart] josephglanville commented on pull request #162: Fix #152 Add Helm chart support for Istio port naming (attempt 2)

2021-09-09 Thread GitBox
josephglanville commented on pull request #162: URL: https://github.com/apache/pulsar-helm-chart/pull/162#issuecomment-916627609 I think this was meant to close #158 but closed my PR #152 instead. -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [pulsar-helm-chart] josephglanville commented on pull request #152: Define configuration store settings on proxy configmap

2021-09-09 Thread GitBox
josephglanville commented on pull request #152: URL: https://github.com/apache/pulsar-helm-chart/pull/152#issuecomment-916627013 @codelipenghui was this closed accidentally? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [Proposal] Make Dispatcher pluggable

2021-09-09 Thread Lin Lin
> What about: > > public interface MessageFilter { >enum FilterOutcome { >ACCEPT, -> deliver to the Consumer >REJECT, -> skip the message >SYSTEM -> use standard system processing > } > > public FilterOutcome filterMessages(List message

[GitHub] [pulsar-helm-chart] codelipenghui closed pull request #152: Define configuration store settings on proxy configmap

2021-09-09 Thread GitBox
codelipenghui closed pull request #152: URL: https://github.com/apache/pulsar-helm-chart/pull/152 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [pulsar-helm-chart] codelipenghui merged pull request #162: Fix #152 Add Helm chart support for Istio port naming (attempt 2)

2021-09-09 Thread GitBox
codelipenghui merged pull request #162: URL: https://github.com/apache/pulsar-helm-chart/pull/162 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [pulsar-client-node] alphara commented on issue #171: Implement native Node.js pulsar-client

2021-09-09 Thread GitBox
alphara commented on issue #171: URL: https://github.com/apache/pulsar-client-node/issues/171#issuecomment-916262705 @k2la, thank you for sharing this project! Have a great day! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [DISCUSS] PIP 84 : Transaction performance tools.

2021-09-09 Thread PengHui Li
LGTM +1 On Thu, Sep 9, 2021 at 9:22 PM Jia Zhai wrote: > +1 > > Best Regards. > > > Jia Zhai > > Beijing, China > > Mobile: +86 15810491983 > > > > > On Thu, Sep 9, 2021 at 3:20 PM Enrico Olivelli > wrote: > > > very good > > > > +1 > > I fixed a couple of typos in the wiki page > > > > Enrico

Re: [DISCUSS] PIP 84 : Transaction performance tools.

2021-09-09 Thread Jia Zhai
+1 Best Regards. Jia Zhai Beijing, China Mobile: +86 15810491983 On Thu, Sep 9, 2021 at 3:20 PM Enrico Olivelli wrote: > very good > > +1 > I fixed a couple of typos in the wiki page > > Enrico > > Il giorno gio 9 set 2021 alle ore 08:58 丛搏 ha scritto: > > > Hello, > > How are you? > >

Re: [Proposal] Make Dispatcher pluggable

2021-09-09 Thread Enrico Olivelli
Lin, Il giorno mer 8 set 2021 alle ore 09:40 Lin Lin ha scritto: > > > I also share this problem, because if you want to efficiently implement > > message filtering you need to do it in the broker side. > > > > I am not sure that making the full Dispatcher pluggable is a good idea, > > because t

Re: [DISCUSS] PIP 84 : Transaction performance tools.

2021-09-09 Thread Enrico Olivelli
very good +1 I fixed a couple of typos in the wiki page Enrico Il giorno gio 9 set 2021 alle ore 08:58 丛搏 ha scritto: > Hello, > How are you? > We have created a PIP. > > PIP 92: Topic policy across multiple clusters > > > https://github.com/apache/pulsar/wiki/PIP-93%3A-Transaction-performance

Re: PIP-93 Pulsar Proxy Protocol Handlers

2021-09-09 Thread Enrico Olivelli
Joe, Il giorno gio 9 set 2021 alle ore 04:31 Joe F ha scritto: > Enrico, my initial comment when you brought up PH was in relation to the > larger question about proxying, rather than looking at this in a limited > fashion on how to make it easy to add new PH in the proxy. > > But specifically

[Workflow] Introduce Bot by Adding YML File

2021-09-09 Thread Anonymitaet _
Hi Pulsar enthusiasts, As discussed before1, we are introducing Bot to improve the efficiency of managing documentation. The solution proposed in the last email2 is hard to implement, so we've shifted to an easier way by adding a .yam file3. And we’ve tested it successfully in our local envi