Question
What could be the reason for HiveMQ Kubernetes Operator to repeatedly shut down/restart a node after exactly 2 hours?
Answer
The port named “mqtt” must have a listener in HiveMQ broker with the same port number. In case when the “mqtt” port is set to 1883 but not configured in the listenerConfiguration
, it will prevent the liveness probe from functioning and the node will subsequently fail.
...