-
**Describe the bug**
Configure kerberos according to this documentation https://pulsar.apache.org/docs/en/security-kerberos/, throwing exceptions
```
Exception: javax.naming.AuthenticationExcep…
-
**Describe the bug**
If you fail to get topic partition metadata through service_url, it will not retry and try to connect to other ip, and will directly exit abnormally after the connection fails
p…
-
#### Expected behavior
When sending empty payload through go client, pulsar sql should delete the rows specified by the message key.
#### Actual behavior
I tried go client of version 0.5.0, 0…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
### Version
pulsar and flink run in docker
pulsar version: i…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
### Version
Pulsar 2.10.2
org.apache.pulsar
…
-
The code does not see the authentication method of org.apache.pulsar.client.impl.auth.AuthenticationBasic
code
case "":
return NewAuthDisabled(), nil
case "tls", "org.apache.pulsar.client.imp…
-
Original Issue: apache/pulsar#14575
---
```
ERROR org.apache.pulsar.functions.worker.FunctionMetaDataManager - Failed to initialize meta data store
org.apache.pulsar.client.api.PulsarClientExcept…
sijie updated
2 years ago
-
### Motivation
At present, Node.js clients can set SchemaInfo, it is best to add examples to convenient understanding
https://github.com/apache/pulsar-client-node/blob/fa7a6d1f0e2859522418203ec8…
shibd updated
2 months ago
-
### Version
OS: Ubuntu 22.04
Pulsar version: v3.0.1
docker image: "apachepulsar/pulsar:latest"
### Minimal reproduce step
My docker -compose file:
```
version: "3.5"
services:
pulsar:…
-
**Describe the bug**
Opening the reader to the topic produces NPE, and causes the exception on the client-side **Exclusive consumer is already connected**
```
16:08:18.406 [pulsar-stats-updater-…