[GitHub] [pulsar-client-node] nkurihar merged pull request #205: Upgrade minimist to 1.2.6

2022-03-22 Thread GitBox
nkurihar merged pull request #205: URL: https://github.com/apache/pulsar-client-node/pull/205 -- 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-

Re: [VOTE] Pulsar Release 2.9.2 Candidate 4

2022-03-22 Thread Hang Chen
+1 (binding) - Checked checksum and license - Setup standalone cluster and run pulsar perf to produce and consume - Check the prometheus metrics - Run open messaging to check produce and consume throughput and latency - Check source and sink connector Thanks, Hang Lin Lin 于2022年3月23日周三 12:12写道

Re: [VOTE] Pulsar Release 2.9.2 Candidate 4

2022-03-22 Thread Lin Lin
- Checked the signature - Checked the SHA-512 checksums - Start standalone - Create tenant and namespace - Publish messages and consume messages - Check Function Thanks, Lin Lin

[GitHub] [pulsar-site] urfreespace commented on a change in pull request #22: Adding latest blog post link to home page and docs alert style update

2022-03-22 Thread GitBox
urfreespace commented on a change in pull request #22: URL: https://github.com/apache/pulsar-site/pull/22#discussion_r832819026 ## File path: site2/website-next/src/pages/index.js ## @@ -149,7 +148,10 @@ export default function Home() { pulsingWaves.classList.add("show-w

[GitHub] [pulsar-site] urfreespace commented on a change in pull request #22: Adding latest blog post link to home page and docs alert style update

2022-03-22 Thread GitBox
urfreespace commented on a change in pull request #22: URL: https://github.com/apache/pulsar-site/pull/22#discussion_r832817626 ## File path: site2/website-next/src/pages/index.js ## @@ -149,7 +148,10 @@ export default function Home() { pulsingWaves.classList.add("show-w

Re: [Discuss] Generate cert and key files automatically

2022-03-22 Thread Zixuan Liu
> I think the priority of `AuthenticationTls` must be higher. Then it should be encouraged to use `AuthenticationTls` when TLS authentication is enabled at broker side. Otherwise, these two options should be encouraged to use. You are right, if we are set up the `AuthenticationTls` and TLS transpo

[GitHub] [pulsar-client-node] massakam opened a new pull request #205: Upgrade minimist to 1.2.6

2022-03-22 Thread GitBox
massakam opened a new pull request #205: URL: https://github.com/apache/pulsar-client-node/pull/205 `minimist` module has a security vulnerability, so I ran `npm audit fix` to upgrade it. ```sh $ npm audit # npm audit report minimist <=1.2.5 Severity: high Protot

Re: [VOTE] Pulsar Release 2.10.0 Candidate 4

2022-03-22 Thread Haiting Jiang
+1 - Compiled the source - Checked checksums and signatures - Validate Pub/Sub and Java Functions - Validate Connectors - Validate Stateful Functions Thanks Haiting On 2022/03/22 01:52:36 PengHui Li wrote: > This is the fourth release candidate for Apache Pulsar 2.10.0 > > It fixes the followin

Re: [VOTE] PIP-136: Sync Pulsar policies across multiple clouds

2022-03-22 Thread PengHui Li
> This feature allows users to sync two separate clusters which are having independent global-zookeeper (metadata-store) instances. So, this feature will not be limited to sync a few fields of policies but think in terms of auto creation and syncing namespaces/tenants to entirely different metadata

Re: [VOTE] PIP-136: Sync Pulsar policies across multiple clouds

2022-03-22 Thread Rajan Dhabalia
>> Do we need to provide the ability for users to decide to replicate the ACLs and replication cluster or not? This feature allows users to sync two separate clusters which are having independent global-zookeeper (metadata-store) instances. So, this feature will not be limited to sync a few fields

Re: [Discuss] Generate cert and key files automatically

2022-03-22 Thread Yunze Xu
If `tlsCertFilePath` and `tlsKeyFilePath` were added to the client builder options, I think they can also be used for TLS authentication as well. I prefer this solution now just because it looks like generating certificats automatically is not good, from what Enrico said. The problem is that what

Re: [Discuss] Generate cert and key files automatically

2022-03-22 Thread Yunze Xu
Good point. It's because generating a certificate automatically is not safe, right? If so, I think there is no need to add this feature since the motivation is to make the code more intuitive. Thanks, Yunze > 2022年3月22日 上午12:40,Enrico Olivelli 写道: > > Il giorno lun 21 mar 2022 alle ore 16:31

Re: Jacoco and Codecov.io integration for Code Coverage reports

2022-03-22 Thread Enrico Olivelli
Nicolò, Great stuff indeed. Some comments inline below Thanks Il Mer 16 Mar 2022, 16:45 Nicolò Boschi ha scritto: > Dear community, > > Currently we don't have an aggregate code coverage report. There's a Jacoco > configuration to generate the report after unit tests but it is not > easily rea

[GitHub] [pulsar-site] Paul-TT opened a new pull request #22: Adding latest blog post link to home page and docs alert style update

2022-03-22 Thread GitBox
Paul-TT opened a new pull request #22: URL: https://github.com/apache/pulsar-site/pull/22 This latest change includes a change to: - home page : adding latest blog post to the promo call out beneath hero section - docs: style updates to the alert notice colors -- This is an aut

Re: [DISCUSS] Create a nightly docker image

2022-03-22 Thread Enrico Olivelli
Il giorno mar 22 mar 2022 alle ore 15:21 Ziyao Wei ha scritto: > > Cool, thanks for the ideas! I agree it makes sense to separate the > nightlies from the other versions. > > Just curious what's the advantage of using Artifactory over using Docker > Hub? I read it has better access control but I d

Re: [DISCUSS] Create a nightly docker image

2022-03-22 Thread Ziyao Wei
Cool, thanks for the ideas! I agree it makes sense to separate the nightlies from the other versions. Just curious what's the advantage of using Artifactory over using Docker Hub? I read it has better access control but I don't have any experience with it. Also, I could send an email out to bui..

Re: [Discuss] draft PIP for "Changes to GitHub Actions based Pulsar CI"

2022-03-22 Thread Enrico Olivelli
Lari, Il Mar 22 Mar 2022, 14:32 Lari Hotari ha scritto: > I have resumed work to improve our GitHub Actions based Pulsar CI. > > Last year, I worked on a proof-of-concept which significantly reduced the > resource consumption and improved the usability of the build by combining > multiple workfl

Re: [Discuss] draft PIP for "Changes to GitHub Actions based Pulsar CI"

2022-03-22 Thread Lari Hotari
I have resumed work to improve our GitHub Actions based Pulsar CI. Last year, I worked on a proof-of-concept which significantly reduced the resource consumption and improved the usability of the build by combining multiple workflows into a single larger workflow. The showstopper a year ago wa

Re: [DISCUSS] PIP-143 : Standardize Admin REST API

2022-03-22 Thread 石宝迪
+1 > 在 2022年3月22日,19:59,Haiting Jiang 写道: > > +1 > > Thanks, > Haiting > >> On 2022/03/16 12:43:45 guo jiwei wrote: >> Hello community, >> >>I want to discuss refactoring and standardizing REST API. Users have >> encountered several deadlock problems in the API part before, like #13666

Re: [DISCUSS] PIP-143 : Standardize Admin REST API

2022-03-22 Thread Haiting Jiang
+1 Thanks, Haiting On 2022/03/16 12:43:45 guo jiwei wrote: > Hello community, > > I want to discuss refactoring and standardizing REST API. Users have > encountered several deadlock problems in the API part before, like #13666 > , #12590 >

[GitHub] [pulsar-client-node] lipeining closed issue #181: A bug about MessageListenerProxy, got a nullptr of data->consumer(Consumer.cc#64)

2022-03-22 Thread GitBox
lipeining closed issue #181: URL: https://github.com/apache/pulsar-client-node/issues/181 -- 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-unsu

S3 objects deletion failures...how to recover?

2022-03-22 Thread Enrico Olivelli
Hello, we (actually Dave) recently found that the S3 offloader did not delete the objects. This is a quick fix for the problem https://github.com/apache/pulsar/pull/14694 I am working on a set of integration tests to prevent these kinds of problems for the future. But I would like to start a dis

Re: [DISCUSS] PIP-143 : Standardize Admin REST API

2022-03-22 Thread mattison chao
+1 Best, Mattison > On Mar 22, 2022, at 9:55 AM, PengHui Li wrote: > > +1 > > Penghui > > On Fri, Mar 18, 2022 at 11:00 AM guo jiwei wrote: > >> Ok, I have updated the proposal number to 149. >> https://github.com/apache/pulsar/issues/14365. >> >> Regards >> Jiwei Guo (Tboy) >> >> >> On