-
I haven’t forgotten about this package; just haven’t had time to think about the best way to go forward. But after recent experiments with language servers/clients in other projects, I got the idea a …
-
kbcli version
Kubernetes: v1.27.2-gke.1200
KubeBlocks: 0.6.0-beta.29
kbcli: 0.6.0-beta.29
1. create cluster
```
apiVersion: apps.kubeblocks.io/v1alpha1
kind: Cluster
metadata:
name: pulsa…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: master-20241119-484c6b5c-amd64
- Deployment mode(standalone …
-
Apache pulsar is new generation pub sub.
https://pulsar.apache.org/
There is cmake base c+= client package that should be published to conan.
https://pulsar.apache.org/docs/latest/clients/Cpp/…
-
Instantiating a multi topic consumer, using a client with provided logger, result undesired debug logging, which logs the a dump of the message. This can result in extremely high logging storage cost.…
-
When changefeeds are catching up they can emit much more data than they did during their normal operation. This can overwhelm the customer's sink, causing further instability and operational issues. I…
-
## Is your feature request related to a problem?
## Describe the solution you'd like
Support Apache Pulsar client monitoring
## Describe alternatives you've considered
## Additional …
-
Pulsar 3.0.5, Bookie 4.16.
The cluster has entered an abnormal state due to dead lock error.
```
Found one Java-level deadlock:
=============================
"BookKeeperClientWorker-OrderedExec…
-
**Is your enhancement request related to a problem? Please describe.**
I was wondering if there was a possibility to use protobuf in order to auto-generate code for my pulsar client services (both pr…
-
This took me a little while to track down but im pretty sure its an actual bug. This seems simple enough to fix and I'd be willing to take on the PR to fix it. I've prototyped that change locally and …