kubemq-community icon indicating copy to clipboard operation
kubemq-community copied to clipboard

KubeMQ is a Kubernetes native message queue broker

Results 9 kubemq-community issues
Sort by recently updated
recently updated
newest added

Adds the NetworkTransport configuration option to the API, REST, and GRPC section of the config. This setting allows the user to choose the IP stack in which the app will...

My Setup: 1 Node k3s deployment on IPv4 ONLY lab network Other workloads up and working as expected KubeMQ Community latest release (as of 2/25/22) deployed using default config What...

Running the tests with `go test ./...` fails with port conflicts: ``` service: api service, error: listen tcp 0.0.0.0:8080: bind: address already in use ``` If I constrain the tests...

In several places in the `k8s.yaml` file the port listing for the API service is `8080`, however in the "CONFIG" section it lists the port as `8090` This causes port...

In several places in the `k8s.yaml` file the port listing for the API service is `8080`, however in the "CONFIG" section it lists the port as `8090` This causes port...

error: running kubemq community version on kubernetes is not supported anymore, please use kubemq commercial version. we believe that kubeMQ community version will support kubernetes - any suggestions on this...

Hi, I came across a problem when doing some testing against the kubemq community docker image in that /dev/random kept hitting ulimits when running the docker on a linux machine....

When I run the following command: docker run -d -p 8080:8080 -p 50000:50000 -p 9090:9090 kubemq/kubemq-community:latest And then go to http://localhost:8080/dashboard I see the dashboard, and I see a banner...

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.5.0&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....

dependencies