-
Trying to create a new RequestParameters class I've found that the class didn't have any public constructor.
Inside my IDE it reports the constructor as package-private (I'm using intellJ)
I've ve…
-
Need docs for new component KubeMQ PubSub and KubeMQ Binding (New in v1.10)
These components are Beta because they have conformance tests.
https://github.com/dapr/components-contrib/pull/2215
-
This Error : running kubemq community version on kubernetes is not supported anymore, please use kubemq commercial version
-
**Dapr Community Meetings**
Every two weeks we host a community meeting to showcase new features, review upcoming milestones, and engage in Q&A with the Dapr community - all are welcome, and we enc…
-
When I use the code below to subscribe the events, it reported the error:
`SubscribeRequest subscribeRequest = new SubscribeRequest();
subscribeRequest.setChannel("mqtt.>");
subscri…
-
Let me say that I'm fairly new to the CQRS concepts so maybe my approach is not the best...
My team and I are developing a dotnet service that is feed by a message broker (KubeMQ btw) and all the m…
-
I have issue when i run `kubemq server` with certificate (The same command work without TLS)
I can't send message in queue via gRPC:
```bash
$ kubemq queues send qdock1 'hello word 1'
2022/12/07 …
-
### What version of gRPC and what language are you using?
Several versions of gRPC are used, and this error is reproduced in all of them:
- 1.27.1
- 1.33.2
- 1.34.0-dev0 (from the nightly build ch…
-
Hi! I'm using KubeMQ to connect some microservices, yesterday suddenly the server became inaccessible due to CPU/memory usage (usually there are ~15 `kubemq-run` processes, while in this case there we…
-
Hello contributers,
I got a problem while creating a new cluster within an existing namespace. Create cluster works fine with the default namespace but if you want to set up the whole environment i…