Re: [Workflow] Introduce Bot to Improve Efficiency

2021-08-30 Thread Enrico Olivelli
+1 good idea to have a bot, otherwise I see much time wasted by you in always asking the same things. I appreciate very much your efforts Probably this document fits well to be listed in the PIPs page, it is not about code but about community/project management @Matteo Merli what do you think?

Re: [Workflow] Introduce Bot to Improve Efficiency

2021-08-30 Thread Guangning E
+1 Thanks, Guangning Enrico Olivelli 于2021年8月30日周一 下午3:07写道: > +1 > good idea to have a bot, otherwise I see much time wasted by you in always > asking the same things. > I appreciate very much your efforts > > Probably this document fits well to be listed in the PIPs page, it is not > about

Re: [Workflow] Introduce Bot to Improve Efficiency

2021-08-30 Thread Shivji Kumar Jha
On Mon, 30 Aug 2021 at 06:25, Anonymitaet _ wrote: > Hi Pulsar enthusiasts, > > > > To improve doc workflow efficiency, we want to introduce Bot to Pulsar > community. > > > +1 Regards, Shiv > > > >

Re: [VOTE] Pulsar Release 2.8.1 Candidate 1

2021-08-30 Thread Enrico Olivelli
Hang Chen, I am evaluating the RC. Are you able to push somewhere, on your Dockerhub account for instance, the Docker Images? This way it will be easier for people to test this RC using Kubernetes or Docker ? Thank you for driving this release Enrico Il giorno dom 29 ago 2021 alle ore 18:10 Lan

PIP-93 Pulsar Proxy Protocol Handlers

2021-08-30 Thread Enrico Olivelli
Hello Pulsar fellows, I have prepared a PIP about adding support for Protocol Handlers This is the GDoc https://docs.google.com/document/d/1Hlc_BOpQTkWX8FgrvWSfk6h5xTQKMXnTcSuil0Nznrg/edit?usp=sharing This is the PR for the implementation https://github.com/apache/pulsar/pull/11838/files I am

[GitHub] [pulsar-client-node] massakam merged pull request #170: Cherry pick some patches to 1.3

2021-08-30 Thread GitBox
massakam merged pull request #170: URL: https://github.com/apache/pulsar-client-node/pull/170 -- 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: dev-

[GitHub] [pulsar-manager] g0715158 opened a new issue #411: support mysql connector dependency

2021-08-30 Thread GitBox
g0715158 opened a new issue #411: URL: https://github.com/apache/pulsar-manager/issues/411 The current version does not support mysql connnector dependency -- 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

[GitHub] [pulsar-manager] g0715158 opened a new pull request #412: add mysql connector dependent

2021-08-30 Thread GitBox
g0715158 opened a new pull request #412: URL: https://github.com/apache/pulsar-manager/pull/412 Fixes #411 Master Issue: #411 Describe the modifications you've done. Support mysql connnector dependency -- This is an automated message from the Apache Git Service. To re

[GitHub] [pulsar-helm-chart] acesir commented on issue #153: Pulsar manager default environment

2021-08-30 Thread GitBox
acesir commented on issue #153: URL: https://github.com/apache/pulsar-helm-chart/issues/153#issuecomment-908426946 > I think you can use configmap of pulsar-manager to set your env. > > https://github.com/apache/pulsar-helm-chart/blob/master/charts/pulsar/templates/pulsar-manager-co

Re: PIP-93 Pulsar Proxy Protocol Handlers

2021-08-30 Thread Yunze Xu
+1. Great idea. I’m not familiar with Pulsar Proxy and have a question. How can a proxy protocol handler Reuse the existing code of a protocol handler? Thanks, Yunze > 2021年8月30日 下午4:47,Enrico Olivelli 写道: > > Hello Pulsar fellows, > > I have prepared a PIP about adding support for Protocol

Re: PIP-93 Pulsar Proxy Protocol Handlers

2021-08-30 Thread Enrico Olivelli
Il giorno lun 30 ago 2021 alle ore 17:22 Yunze Xu ha scritto: > +1. Great idea. > > I’m not familiar with Pulsar Proxy and have a question. How can a proxy > protocol handler > Reuse the existing code of a protocol handler? > The code that runs on proxy will be much different from the code you h

Re: PIP-93 Pulsar Proxy Protocol Handlers

2021-08-30 Thread Lan Liang
+1. Thanks for your work. I want to know can support pulsar proxy PH and pulsar broker PH at the same thime for one protocol ? like kop/mop, should we implement again? In MOP, some palace have use BrokerService, So we need change MOP or implement MOP for pulsar proxy PH again if we use MO

Re: PIP-93 Pulsar Proxy Protocol Handlers

2021-08-30 Thread Enrico Olivelli
Il Lun 30 Ago 2021, 18:03 Lan Liang ha scritto: > +1. Thanks for your work. > > > I want to know can support pulsar proxy PH and pulsar broker PH at the > same thime for one protocol ? > > > like kop/mop, should we implement again? I have a prototype for KOP but MOP story may be similar Enrico

Re: PIP-93 Pulsar Proxy Protocol Handlers

2021-08-30 Thread Yunze Xu
If I didn’t understand wrong, we’re going to use both broker version and proxy version KoP: - The proxy version is responsible for lookup/auth related requests like METADATA and SASL_XXX requests - The broker version is responsible for other requests that require broker to be the topic owner, li

Re: PIP-93 Pulsar Proxy Protocol Handlers

2021-08-30 Thread Enrico Olivelli
Yunze, Il Lun 30 Ago 2021, 18:48 Yunze Xu ha scritto: > If I didn’t understand wrong, we’re going to use both broker version and > proxy version KoP: > - The proxy version is responsible for lookup/auth related requests like > METADATA and SASL_XXX requests > - The broker version is responsible

Re: [VOTE] Pulsar Release 2.8.1 Candidate 1

2021-08-30 Thread Hang Chen
Hi Enrico, Thanks for your evaluating! I have build the pulsar 2.8.1 docker image, you can download using the following commands. pulsar: `docker pull hangc0276/pulsar:2.8.1` pulsar-all: `docker pull hangc0276/pulsar-all:2.8.1` pulsar-dashboard: `docker pull hangc0276/pulsar-dashboard:2.8.1` p

[GitHub] [pulsar-manager] g0715158 commented on pull request #412: add mysql connector dependent

2021-08-30 Thread GitBox
g0715158 commented on pull request #412: URL: https://github.com/apache/pulsar-manager/pull/412#issuecomment-908832179 > The mysql license is not compatible with the apache license, so it is not recommended to add this Is it appropriate to use mariadb-java-client as a client driver?

[GitHub] [pulsar-manager] g0715158 opened a new issue #413: /users/superuser interface,The password can not be less than 6 digits

2021-08-30 Thread GitBox
g0715158 opened a new issue #413: URL: https://github.com/apache/pulsar-manager/issues/413 When adding users to the /users/superuser interface, you need to add a password that is not less than 6 digits for verification, otherwise you cannot log in with a password less than 6 digits -- T

Re: PIP-93 Pulsar Proxy Protocol Handlers

2021-08-30 Thread Yunze Xu
Thanks for your explanation and I’m looking forward for the prototype implementation. Thanks, Yunze > 2021年8月31日 上午4:17,Enrico Olivelli 写道: > > Yunze, > > Il Lun 30 Ago 2021, 18:48 Yunze Xu ha > scritto: > >> If I didn’t understand wrong, we’re going to use both broker version and >> proxy

[GitHub] [pulsar-manager] g0715158 opened a new pull request #414: The password can not be less than 6 digits

2021-08-30 Thread GitBox
g0715158 opened a new pull request #414: URL: https://github.com/apache/pulsar-manager/pull/414 Fixes #413 Master Issue: #413 Describe the modifications you've done. When adding users to the /users/superuser interface, you need to add a password that is not less than

[GitHub] [pulsar-client-node] nkurihar commented on pull request #168: Branch 1.3

2021-08-30 Thread GitBox
nkurihar commented on pull request #168: URL: https://github.com/apache/pulsar-client-node/pull/168#issuecomment-908848586 @Liapin Could you rebase this PR? I have cherry-picked the fix for segmentation fault on tests. https://github.com/apache/pulsar-client-node/pull/170 --

Add Asynchronous Methods to AuthenticationProvider Interface

2021-08-30 Thread Michael Marshall
Hello Pulsar Community, Pulsar's current AuthenticationProvider interface only exposes synchronous methods for authenticating a connection. To date, this has been sufficient because we have not had any providers that rely on network calls. However, in looking at the OAuth2.0 spec, there are some c

[GitHub] [pulsar-manager] luhea opened a new issue #415: pulsar-manager use command: cd /usr/local/pulsar-manager/pulsar-manager/bin/ && ./pulsar-manager will has error

2021-08-30 Thread GitBox
luhea opened a new issue #415: URL: https://github.com/apache/pulsar-manager/issues/415 when i use command: cd /usr/local/pulsar-manager/pulsar-manager/bin/ && ./pulsar-manager,I will see that ![image](https://user-images.githubusercontent.com/87756800/131444698-b679ffad-98f9-4064-b50d-

Re: [Workflow] Introduce Bot to Improve Efficiency

2021-08-30 Thread Anonymitaet _
Hi Pulsar enthusiasts, Thanks for your support! Since we have reached a consensus, we are considering implementing Bot to Pulsar using GitHub Bot. The general steps are as follows: 1. Start an HTTP server based on koajs on the server. 2. Establish som

Re: [VOTE] Pulsar Release 2.8.1 Candidate 1

2021-08-30 Thread Enrico Olivelli
Thank you Hang Chen for putting it all together. I am sorry but I have to cast a -1 because the "check-binary-license" script fails on the staged tarball ~/dev/pulsar/src/check-binary-license apache-pulsar-2.8.1-bin.tar.gz jetty-alpn-openjdk8-client-9.4.42.v20210604.jar unaccounted for in lib/pre