-
**Environment:**
minikube v1.16.0 on Microsoft Windows 10 Pro 10.0.19041 Build 19041
Kubernetes v1.20.0 on Docker 20.10.0
**Approaches attempted:**
kubectl deployment + kubemqctl create dashboar…
-
I'd love to use your service, but not being able see any code is a bit of a deterrent.
-
Consumers ~~do not seem to remove a message from the queue once they have received it~~ always fetch a message from the queue, even when there's no producer writing messages in it.
### Steps to rep…
-
In my current project, I am using `kubemq` as part of a networking internal library which is used by several services, including one for machine learning purposes. However, when trying to tie everythi…
-
Such a call:
```go
res, err := client.NewReceiveQueueMessagesRequest()
.SetChannel("a-new-channel-that-has-never-been-used")
.SetMaxNumberOfMessages(1)
//SetWaitTimeSeconds(10…
-
Very cool project @kubemq! Wondering about benchmarks for max client connections when using the Pub/Sub pattern in the community edition(3 nodes)? Looking to use your python lib. Thanks!
-
I have a source listing to a catch all mqtt topic. Like:
data/+/json
where the + sign is the device id. FE
data/device_A/json
data/device_B/json
Based on the topics i want to route them.
is…
-
Hi there,
I am wondering if you have an example of connecting to KubeMQ with authentication?
Thanks,
-
I am using local-path-provisioner for all my sts
But when i deploy KubeMQ, it creates "same" PVC and stucking in pending state
Version:
`Client Version: version.Info{Major:"1", Minor:"18", GitV…
-
I get a GRPC error quite frequently, when trying to push messages onto a queue.
Code:
```javascript
const KUBEMQ_ADDRESS = 'kubemq-cluster-grpc.kubemq.svc.cluster.local:50000'
const CHANNEL_NA…