-
```sh
docker run apachepulsar/pulsar-all:2.4.0 sh -c "\
export configurationStoreServers=foo
env|grep foo
/pulsar/bin/gen-yml-from-env.py /pulsar/conf/functions_worker.yml
grep configurationStore…
-
#### Expected behavior
I want to send a quantity of messages using [pulsar-client-go](https://github.com/apache/pulsar-client-go) (not cgo), and I hope it can be done in less than 1 second
#### …
-
**Describe the bug**
Looks like the following Go code (also happens with async):
```
id, err := producer.SendAndGetMsgID(context.Background(), msg)
if err != nil { log.Fatal(err) }
fmt.Printf("…
lspgn updated
4 years ago
-
I'm getting this message when running `pulsar sql`
```
presto> show schemas in pulsar;
ERROR: failed to open pager: Cannot run program "less": error=2, No such file or directory
```
I was abl…
-
**Describe the bug**
Shared subscription doesn't work well with partitioned topic in 2.4.2. It worked well with 2.4.1 release. To reproduce issue I use 2 consumers with shared subscription and a topi…
-
**Describe the bug**
```defaultRetentionTimeInMinutes``` from ```standalone.conf``` doesn't affect to the real behavior
But ```bin/pulsar-admin namespaces set-retention public/default --size -1 --ti…
-
bookie is not running in the binary packages installed k8s cluster
#### Actual behavior
Warning FailedCreatePodSandBox (x229097 over 2d) kubelet, worker04 (combined from similar events):…
-
**Describe the bug**
When persistent topic never had subscriptions the published messages will deleted after few minutes with no reason
**To Reproduce**
Steps to reproduce the behavior:
1. publi…
-
i have running pulsar broker on remote host
,now i am trying to connect to local visual studio getting below exception
i have used
new PulsarClientBuilder()
…
-
**Describe the bug**
All 3 of the brokers in a cluster gradually consume ~3 cores/vcpus (per broker) and went into load balancing mode (according to the broker log, it was using 90+% cpu, which is ov…