[GitHub] [pulsar-client-node] massakam commented on a change in pull request #138: Support end to end encryption for node client

2021-01-18 Thread GitBox
massakam commented on a change in pull request #138: URL: https://github.com/apache/pulsar-client-node/pull/138#discussion_r559975275 ## File path: src/ProducerConfig.cc ## @@ -153,6 +162,25 @@ ProducerConfig::ProducerConfig(const Napi::Object& producerConfig) : topic("") {

[GitHub] [pulsar-client-node] massakam commented on a change in pull request #138: Support end to end encryption for node client

2021-01-18 Thread GitBox
massakam commented on a change in pull request #138: URL: https://github.com/apache/pulsar-client-node/pull/138#discussion_r559973025 ## File path: src/ProducerConfig.cc ## @@ -153,6 +162,25 @@ ProducerConfig::ProducerConfig(const Napi::Object& producerConfig) : topic("") {

[GitHub] [pulsar-client-node] massakam commented on a change in pull request #138: Support end to end encryption for node client

2021-01-18 Thread GitBox
massakam commented on a change in pull request #138: URL: https://github.com/apache/pulsar-client-node/pull/138#discussion_r559931207 ## File path: src/ConsumerConfig.cc ## @@ -163,6 +172,23 @@ ConsumerConfig::ConsumerConfig(const Napi::Object &consumerConfig, pulsar_co

[GitHub] [pulsar-client-node] massakam commented on a change in pull request #138: Support end to end encryption for node client

2021-01-18 Thread GitBox
massakam commented on a change in pull request #138: URL: https://github.com/apache/pulsar-client-node/pull/138#discussion_r559931207 ## File path: src/ConsumerConfig.cc ## @@ -163,6 +172,23 @@ ConsumerConfig::ConsumerConfig(const Napi::Object &consumerConfig, pulsar_co

[GitHub] [pulsar-client-node] massakam commented on a change in pull request #138: Support end to end encryption for node client

2021-01-18 Thread GitBox
massakam commented on a change in pull request #138: URL: https://github.com/apache/pulsar-client-node/pull/138#discussion_r559927182 ## File path: examples/encryption-producer.js ## @@ -0,0 +1,52 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or mor

[GitHub] [pulsar-client-node] massakam commented on a change in pull request #138: Support end to end encryption for node client

2021-01-18 Thread GitBox
massakam commented on a change in pull request #138: URL: https://github.com/apache/pulsar-client-node/pull/138#discussion_r559926904 ## File path: examples/encryption-consumer.js ## @@ -0,0 +1,49 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or mor

[New Blog] Taking a Deep-Dive into Apache Pulsar Architecture for Performance Tuning

2021-01-18 Thread anonymitaet _
Hi Pulsar enthusiasts, When talking about Pulsar’s performance, we usually refer to the throughput and latency associated with message writes and reads. Pulsar has various configurations that allow you to control how the system handles message writes or reads. For details about how this type of

Pulsar Community Weekly Update] 2021-01-11 ~ 2021-01-17

2021-01-18 Thread Huanli Meng
Dear Pulsar enthusiast, This is the Pulsar community weekly update for 2021-01-11 ~ 2021-01-17, with updates on Pulsar client, broker, Functions, and so on. This Pulsar community weekly update is also available at https://streamnative.io/weekly/2021/2021-01/2021-01-18-pulsar-weekly. *All Pulsar

Re: [VOTE] Pulsar Release 2.6.3 Candidate 2

2021-01-18 Thread Enrico Olivelli
+1 (non binding) - checked checksums/signatures - built from sources with JDK8 on Mac (a few flaky tests) - run produce/consume smoke tests with pulsar-per from the binaries (on JDK8 + Mac + Pulsar standalone) My concerns about the differences between the source tarball has been addressed in a PR,

Re: [VOTE] Pulsar Release 2.6.3 Candidate 2

2021-01-18 Thread Yuto Furuta
+1 (non binding) - Check checksums - Validate Produce/Consume - Validate Pulsar IO -- pulsar-io-cassandra-2.6.3.nar Regards, Yuto -- Yuto Furuta yfur...@yahoo-corp.jp 差出人: Hiroyuki Sakai 送信日時: 2021年1月18日 16:03 宛先: Dev 件名: Re: [VOTE] Pulsar Release 2.6.3 Cand

[GitHub] [pulsar-client-node] massakam commented on pull request #138: Support end to end encryption for node client

2021-01-18 Thread GitBox
massakam commented on pull request #138: URL: https://github.com/apache/pulsar-client-node/pull/138#issuecomment-762102019 The milestone for https://github.com/apache/pulsar/pull/9074 is 2.7.1 and has not yet been released. We cannot merge this PR until version 2.7.1 of the C/C++ client l