RobertIndie opened a new pull request #58:
URL: https://github.com/apache/pulsar-dotpulsar/pull/58
This adds support for basic message encryption.
Currently, `aes-256-gcm` algorithm is used to encrypt messages and `RSA`
algorithm is used to encrypt Datakey.
xuesongxs opened a new pull request #342:
URL: https://github.com/apache/pulsar-manager/pull/342
Fixes #340
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
2020-09-28 11:13:28 UTC - Lari Hotari: @Addison Higham thanks for the
suggestion. I looked into the way it's done in BrokerService. However since
ClientCnx already had a way to handle timeouts for "ordinary" command requests,
I decided to extend that to support also the other type of requests th
The Apache Pulsar team is proud to announce Apache Pulsar Manager version
0.2.0.
Pulsar is a highly scalable, low latency messaging platform running on
commodity hardware. It provides simple pub-sub semantics over topics,
guaranteed at-least-once delivery of messages, automatic cursor management
f