Re: [VOTE] PIP-172: Introduce the HEALTH_CHECK command in the binary protocol

2022-06-21 Thread PengHui Li
+1 Penghui On Wed, Jun 22, 2022 at 11:16 AM Cong Zhao wrote: > Hi Pulsar Community, > > I would like to start a VOTE on "Introduce the HEALTH_CHECK command in the > binary protocol" (PIP-172). > > The proposal can be read at https://github.com/apache/pulsar/issues/15859 > and the discussion the

Re: [DISCUSS] [PIP-179] Support the admin API to check unknown request parameters

2022-06-21 Thread PengHui Li
+1 Penghui On Wed, Jun 22, 2022 at 10:53 AM Yubiao Feng wrote: > Hi, Pulsar community: > > I open a pip to discuss "Support the admin API to check unknown request > parameters" > > Proposal Link: https://github.com/apache/pulsar/issues/16135 > > ### Motivation > > The design of the Admin API is

[VOTE] PIP-172: Introduce the HEALTH_CHECK command in the binary protocol

2022-06-21 Thread Cong Zhao
Hi Pulsar Community, I would like to start a VOTE on "Introduce the HEALTH_CHECK command in the binary protocol" (PIP-172). The proposal can be read at https://github.com/apache/pulsar/issues/15859 and the discussion thead is available at https://lists.apache.org/thread/6td3wyfybsys4vf1tgf7fxy36w

[DISCUSS] [PIP-179] Support the admin API to check unknown request parameters

2022-06-21 Thread Yubiao Feng
Hi, Pulsar community: I open a pip to discuss "Support the admin API to check unknown request parameters" Proposal Link: https://github.com/apache/pulsar/issues/16135 ### Motivation The design of the Admin API is now such that if an incorrect parameter name is submitted, this property (if not r

[GitHub] [pulsar-client-node] nkurihar closed issue #87: npm install fails on MacOS

2022-06-21 Thread GitBox
nkurihar closed issue #87: npm install fails on MacOS URL: https://github.com/apache/pulsar-client-node/issues/87 -- 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

[GitHub] [pulsar-helm-chart] rdhabalia closed issue #268: Support mechanism to provide external zookeeper-server list to build global/configuration zookeeper

2022-06-21 Thread GitBox
rdhabalia closed issue #268: Support mechanism to provide external zookeeper-server list to build global/configuration zookeeper URL: https://github.com/apache/pulsar-helm-chart/issues/268 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Happenings in the Pulsar Neighborhood June '22

2022-06-21 Thread Aaron Williams
For this issue , free Pulsar Stickers, Pulsar in italiano #3, new articles on the Neighborhood site, and ApacheCon ‘22. Plus our normal features of a Stack Overflow question and some monthly community stats.

Re: Pulsar logging framework design

2022-06-21 Thread tison
cc users@, Here is a discussion to remove jul-to-slf4j from pulsar's dependency tree. I'd like to do an investigation that whether any user depends on this transitive dependency for: 1. Implicitly add jul-to-slf4j to classpath from a pulsar-xxx fatjar. 2. Implicitly calling: SLF4JBridgeHandler

[GitHub] [pulsar-client-node] BewareMyPower commented on a diff in pull request #219: Add null check for consumer in MessageListenerProxy

2022-06-21 Thread GitBox
BewareMyPower commented on code in PR #219: URL: https://github.com/apache/pulsar-client-node/pull/219#discussion_r902544976 ## src/Consumer.cc: ## @@ -63,7 +63,9 @@ void MessageListenerProxy(Napi::Env env, Napi::Function jsCallback, MessageListe Consumer *consumer = data->c

Re: [VOTE] PIP-177: Add the classLoader field for SchemaDefinition

2022-06-21 Thread Dezhi Liu
+1, Best On 2022/06/17 01:21:14 Cong Zhao wrote: > Hi Pulsar Community, > > > I would like to start a VOTE on "Add the classLoader field for > SchemaDefinition" (PIP-177). > > > The proposal can be read at https://github.com/apache/pulsar/issues/16058 > > and the discussion thead is availabl

Re: Pulsar logging framework design

2022-06-21 Thread tison
Thanks for your input @Enrico! I'll do some investigation in these two weeks. Does this estimate meet the schedule of 2.11? BTW, there is another dependency change PR[1] waiting for review. I don't want to mix this thread but throw it here under the same topic for more visibility. Best, tison. [

Re: Pulsar logging framework design

2022-06-21 Thread Enrico Olivelli
Tison, Il giorno mar 21 giu 2022 alle ore 12:44 tison ha scritto: > > Hi devs, > > I learn that PulsarAdminImpl has a static block requires classpath contains > exact either of > > * slf4j-jdk14 > * jul-to-slf4j > > I'm curious what logging framework Pulsar choose among the codebase. AKAIF we ar

Pulsar logging framework design

2022-06-21 Thread tison
Hi devs, I learn that PulsarAdminImpl has a static block requires classpath contains exact either of * slf4j-jdk14 * jul-to-slf4j I'm curious what logging framework Pulsar choose among the codebase. Basically we should depend on either jul facade or slf4j facade, and leave the class loading issu

[GitHub] [pulsar-client-node] equanz commented on issue #87: npm install fails on MacOS

2022-06-21 Thread GitBox
equanz commented on issue #87: URL: https://github.com/apache/pulsar-client-node/issues/87#issuecomment-1161467344 I've fixed https://github.com/apache/pulsar-client-node/issues/87#issuecomment-1158384683 issue in https://github.com/apache/pulsar-client-node/pull/220 . -- This is an aut

[GitHub] [pulsar-client-node] gaoran10 commented on a diff in pull request #219: Add null check for consumer in MessageListenerProxy

2022-06-21 Thread GitBox
gaoran10 commented on code in PR #219: URL: https://github.com/apache/pulsar-client-node/pull/219#discussion_r902334147 ## src/Consumer.cc: ## @@ -63,7 +63,9 @@ void MessageListenerProxy(Napi::Env env, Napi::Function jsCallback, MessageListe Consumer *consumer = data->consum

[GitHub] [pulsar-client-node] nkurihar merged pull request #220: Split conditions between OS in binding.gyp

2022-06-21 Thread GitBox
nkurihar merged PR #220: URL: https://github.com/apache/pulsar-client-node/pull/220 -- 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-unsubscr...@puls

[DISCUSS] PIP-180: Shadow Topic, an alternative way to support readonly topic ownership.

2022-06-21 Thread Haiting Jiang
Hi Pulsar community: I open a pip to discuss "Shadow Topic, an alternative way to support readonly topic ownership." Proposal Link: https://github.com/apache/pulsar/issues/16153 --- ## Motivation The motivation is the same as PIP-63[1], with a new broadcast use case of supporting 100K subscri

[GitHub] [pulsar-manager] nicoloboschi merged pull request #466: Align BouncyCastle transitive dependecies to 1.68

2022-06-21 Thread GitBox
nicoloboschi merged PR #466: URL: https://github.com/apache/pulsar-manager/pull/466 -- 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-unsubscr...@puls

[GitHub] [pulsar-manager] nicoloboschi closed issue #464: JWT/TLS authentication issue creating en new Environment (pulsar-manager 0.3.0)

2022-06-21 Thread GitBox
nicoloboschi closed issue #464: JWT/TLS authentication issue creating en new Environment (pulsar-manager 0.3.0) URL: https://github.com/apache/pulsar-manager/issues/464 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the