+1 (non-binding)
Thanks,
Kai
whichdew opened a new issue, #471:
URL: https://github.com/apache/pulsar-manager/issues/471
after deploy pulsar with helm, i can't login pulsar-manager with default
credencials! how to solve it?
--
This is an automated message from the Apache Git Service.
To respond to the message, please
whichdew commented on issue #471:
URL: https://github.com/apache/pulsar-manager/issues/471#issuecomment-1178753254
```shell
CSRF_TOKEN=$(curl http://backend-service:7750/pulsar-manager/csrf-token)
curl \
-H "X-XSRF-TOKEN: $CSRF_TOKEN" \
-H "Cookie: XSRF-TOKEN=$CSRF_TOKEN;"
whichdew closed issue #471: login error!
URL: https://github.com/apache/pulsar-manager/issues/471
--
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-un
HenriqueSerafim commented on issue #222:
URL:
https://github.com/apache/pulsar-client-node/issues/222#issuecomment-1178780237
hey @HyperClockUp, any news on this? I'm stuck in the same error too.
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
+1 (binding)
- built from sources, with JDK11, run a couple of smoke tests
- verified RAT
- verified checksums and signatures
- run some JMS tests using Transactions (the JMS library bundles
2.10.x Java client)
Thanks for driving the release!
Enrico
Enrico
Il giorno mer 6 lug 2022 alle ore 10:2
+1
Enrico Olivelli 于2022年7月8日周五 19:42写道:
> +1 (binding)
> - built from sources, with JDK11, run a couple of smoke tests
> - verified RAT
> - verified checksums and signatures
> - run some JMS tests using Transactions (the JMS library bundles
> 2.10.x Java client)
>
> Thanks for driving the relea
+1 (non binding)
Checks:
- Checksum and signatures
- Apache Rat check passes
- Compile from source w JDK11
- Build docker image from source
- Run Pulsar standalone and produce-consume from CLI
Thank you!
Nicolò Boschi
Il giorno ven 8 lug 2022 alle ore 13:47 Qiang Huang <
qiang.huang1...@gmail.
Hi Pulsar community,
I've opened a PIP to discuss a new Java client option to allow setting
topic specific consumer priorityLevel.
Proposal Link: https://github.com/apache/pulsar/issues/16481
---
## Motivation
The Pulsar Java consumer supports setting a priority level for priority
message
disp
Congratulations! Zixuan
Best
Max Xu
On Thu, Jul 7, 2022 at 8:55 PM Nicolò Boschi wrote:
> Congrats!
>
> Nicolò Boschi
>
>
> Il giorno gio 7 lug 2022 alle ore 13:28 Haiting Jiang <
> jianghait...@apache.org> ha scritto:
>
> > Congratulates, Zixuan!
> >
> > BR,
> > Haiting
> >
> > On 2022/07/07
Congratulations!!! Zixuan.
Max Xu 于2022年7月8日周五 21:36写道:
> Congratulations! Zixuan
>
> Best
> Max Xu
>
>
>
> On Thu, Jul 7, 2022 at 8:55 PM Nicolò Boschi wrote:
>
> > Congrats!
> >
> > Nicolò Boschi
> >
> >
> > Il giorno gio 7 lug 2022 alle ore 13:28 Haiting Jiang <
> > jianghait...@apache.org>
Congratulations! Zixuan
Penghui
On Fri, Jul 8, 2022 at 9:56 PM Qiang Huang
wrote:
> Congratulations!!! Zixuan.
>
> Max Xu 于2022年7月8日周五 21:36写道:
>
> > Congratulations! Zixuan
> >
> > Best
> > Max Xu
> >
> >
> >
> > On Thu, Jul 7, 2022 at 8:55 PM Nicolò Boschi
> wrote:
> >
> > > Congrats!
> > >
+1 binding
Penghui
On Fri, Jul 8, 2022 at 3:13 PM Kai Wang wrote:
> +1 (non-binding)
>
> Thanks,
> Kai
>
+1 binding
- checked the signature
- run standalone and test produce/consume
- verified function and stateful function
- verified the Cassandra connector
Thanks,
Penghui
On Fri, Jul 8, 2022 at 8:16 PM Nicolò Boschi wrote:
> +1 (non binding)
>
> Checks:
> - Checksum and signatures
> - Apache Ra
+1 (non-binding)
Thanks,
Baodi Shi
> On Jul 8, 2022, at 15:1235, Kai Wang wrote:
>
> +1 (non-binding)
Dave,
Why can't you create multiple independent Consumers ?
They will share the same resources (memory pools, thread pools)
Enrico
Il giorno ven 8 lug 2022 alle ore 15:00 Dave Maughan
ha scritto:
>
> Hi Pulsar community,
>
> I've opened a PIP to discuss a new Java client option to allow setti
Hi Enrico,
Why can't you create multiple independent Consumers ?
> They will share the same resources (memory pools, thread pools)
You can do that but it means the user has to manage the consumption from
each of the consumer instances manually. This is already solved in the
existing multi topic
Hi -
If we add GitHub Discussions then I think that dev@ should be informed when a
Discussion is started and closed while commits@ should get the comments. If we
decide to add an issues@ mailing list then we need two volunteers for mailing
list moderation.
https://infra.apache.org/mailing-list
Hi -
We need to tighten up our procedures around releases. There are several issues.
1. Maintaining the official KEYS file -
https://dist.apache.org/repos/dist/release/pulsar/KEYS
During the pulsar-manager-0.3.0 release the KEYS were not updated from
https://dist.apache.org/repos/dist/dev/puls
Congratulations! Zixuan
Zike Yang
On Fri, Jul 8, 2022 at 10:47 PM PengHui Li wrote:
> Congratulations! Zixuan
>
> Penghui
>
> On Fri, Jul 8, 2022 at 9:56 PM Qiang Huang
> wrote:
>
> > Congratulations!!! Zixuan.
> >
> > Max Xu 于2022年7月8日周五 21:36写道:
> >
> > > Congratulations! Zixuan
> > >
> > >
michaeljmarshall merged PR #133:
URL: https://github.com/apache/pulsar-site/pull/133
--
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-unsubscr...@pul
Hi Dave,
Thank you for helping to bring us into compliance on these procedures.
> I suggest that we delete https://dist.apache.org/repos/dist/dev/pulsar/KEYS
> and only use the official
> https://dist.apache.org/repos/dist/release/pulsar/KEYS in all cases. We will
> need to rewrite our release
michaeljmarshall merged PR #54:
URL: https://github.com/apache/pulsar-test-infra/pull/54
--
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-unsubscr...
23 matches
Mail list logo