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
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
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
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
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
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