-
v 0.4.0 ( from the official docker image docker.io/apachepulsar/pulsar-manager:v0.4.0 )
this endpoint is not idempotent :
```
CSRF_TOKEN=$(curl http://127.0.0.1:7750/pulsar-manager/csrf-toke…
-
Original Issue: apache/pulsar#13696
---
https://github.com/apache/pulsar/runs/4763914396?check_suite_focus=true
```
[relevant parts of the exception stacktrace here]
Error: Tests run: 30, Fai…
sijie updated
2 years ago
-
[jw@cn06 pulsar-manager]$ ./gradlew build -x test
Downloading https://services.gradle.org/distributions/gradle-4.8.1-bin.zip
........................................................................
…
-
**Describe the bug**
I am testing a simple Go function with Pulsar in standalone in docker. When setting `--auto-ack true` i get a panic from `pulsar-function-go/pf/instance.go` in `ackInputMessage`.…
-
Hi, I installed this plugin,
```lisp
(use-package pulsar :ensure t :config (pulsar-global-mode 1))
```
And it indeed does work when I use `M-x evil-scroll-up` or similar commands. However for ease…
-
One of the most frustrating things about debugging pulsar functions is that panics,
especially at startup, can be missed in the log topic, forcing you to enter the pod or
comb through aggregated log…
-
When passing `--tls-allow-insecure` in a command like:
```
pulsarctl --tls-allow-insecure true --admin-service-url https://xxx --auth-plugin org.apache.pulsar.client.impl.auth.AuthenticationToken …
-
Original Issue: apache/pulsar#13046
---
Getting an error while running command to upload a schema to a topic .
I got an error like below :
![schema-upload](https://user-images.githubusercont…
sijie updated
2 years ago
-
**Is your enhancement request related to a problem? Please describe.**
Currently (Pulsar 2.10) if I code a simply Function like this:
```
@Slf4j
public class MyFunction implements Function {
…
-
Original Issue: apache/pulsar#12059
---
Case 1. After receiving the message from Pulsar consumer, just calling the consumer.acknowledge() immediately, this message can be acknowledged successfully.…
sijie updated
2 years ago