-
Running a Kubernetes (K8s) operator in a namespaced mode means that the operator's scope is restricted to a specific namespace rather than being cluster-wide.
Most Kubernetes operators support this…
-
Hello,
We're currently running quite a few unit tests in our Helm charts, and sometimes we need to run the same tests against a different combination of values defined at a testsuite level.
For e…
-
By default, kubernetes not shows up priority field if it is 0, which breaks CD tooling, assuming its missing the field.
Would be great to remove the priority fields:
https://github.com/hivemq/helm…
-
When ACLs change existing connections continue with their current permission set. This is starting to cause problems with our dynamic ACL adjustments, particularly when a client gets stuck with no per…
-
Hi everyone,
I’m encountering an issue with my code that’s supposed to connect to a [HiveMQ Broker](https://www.hivemq.com/). While the connection seems to be established successfully (as indicated…
-
**Describe the bug**
Hi, I found something on the HiveMQ that is contrary to the protocol specification description (protocol violation or logic bug).
For tracking purposes, I will report all result…
-
Anyone experiencing this? From the debug logs
2024-03-01 10:47:36.005 E MessageProcessorEndpointMqtt: connectionLost error
(32109) - java.io.EOFException
at org.eclipse.paho.client.mqttv3.int…
-
Hello,
I tried to run the Docker image in Portainer, with the port mapping as per instruction and no other settings changed.
But it won't run, in the log I receive this error message:
HiveMQ …
-
If services are unavailable we can end up accepting an MQTT connection but not granting any rights. This is not helpful.
We should reject the connection with an appropriate server-not-ready disconn…
-
### Is your feature request related to a problem? Please describe.
I want to consume Sparkplug messages which the payload is a protobuf spec over standard mqtt. Not all industrial sensors/protocols n…