[VOTE] Pulsar Release 2.9.0 Candidate 1

2021-10-19 Thread Enrico Olivelli
This is the first release candidate for Apache Pulsar, version 2.9.0. It fixes the following issues: https://github.com/apache/pulsar/milestone/30?closed=1 *** Please download, test and vote on this release. This vote will stay open for at least 72 hours *** Note that we are voting upon the sour

[GitHub] [pulsar-manager] truong-hua opened a new issue #429: Bug: default user pulsar/pulsar does not have permission to create a new environment

2021-10-19 Thread GitBox
truong-hua opened a new issue #429: URL: https://github.com/apache/pulsar-manager/issues/429 I'm using default pulsar/pulsar user with `user.management.enable=false`. The default pulsar user is logged in successfully but creating a new Environment will throw `{"error":"User does not have p

[ANNOUNCE] Apache Pulsar Node.js client 1.3.2 and 1.4.1 released

2021-10-19 Thread Masahiro Sakamoto
The Apache Pulsar team is proud to announce Apache Pulsar Node.js client version 1.3.2 and 1.4.1. 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 c

[GitHub] [pulsar-dotpulsar] VisualBean edited a comment on issue #92: Client usage

2021-10-19 Thread GitBox
VisualBean edited a comment on issue #92: URL: https://github.com/apache/pulsar-dotpulsar/issues/92#issuecomment-946437489 Yes, the other clients has this support through a plugin called `AuthenticationOauth2`. However, I would be fine with simply having a delegate I could use, like the Mi

[GitHub] [pulsar-dotpulsar] VisualBean commented on issue #92: Client usage

2021-10-19 Thread GitBox
VisualBean commented on issue #92: URL: https://github.com/apache/pulsar-dotpulsar/issues/92#issuecomment-946437489 Yes, the other clients has this support through a plugin called `AuthenticationOauth2`. However, I would be fine with simply having a delegate I could use, like the Microsoft

[GitHub] [pulsar-manager] pgandhap opened a new issue #428: Getting error while creating super user for pulsar-manager

2021-10-19 Thread GitBox
pgandhap opened a new issue #428: URL: https://github.com/apache/pulsar-manager/issues/428 CSRF_TOKEN=$(curl http://backend-service:7750/pulsar-manager/csrf-token) curl \ -H "X-XSRF-TOKEN: $CSRF_TOKEN" \ -H "Cookie: XSRF-TOKEN=$CSRF_TOKEN;" \ -H 'Content-Type: applica