Whenever I’m trying to subscribe data from broker with shared subscription mechanism. After few minutes broker does not work and gives below error continuously.
“Node is waiting for an operational cluster member”
Does shared subscription do any additional activity on broker ?
A correlation between a shared subscription and the cluster communication is not known and does not make sense.
Likely there is some configuration error here.
Please provide significantly more context about this case you are describing.
Where are you hosting your cluster?
What configuration are you using?
How much traffic is on the broker?
What kind of exact shared subscription are you using?
thanks for providing more information about your issue! We need some more information:
You indicated “Currently, Broker is running on single machine inside docker.” So, what machine and which OS is it? For example, “Docker is running on my Windows 10 laptop”.
What configuration you are using in your docker file or docker compose? Which parameters you are using to run the docker command(s)? Are you making any additional changes to the configuration after docker run?
The minimumrequirements for HiveMQ are 4 CPUs and 4 GB RAM (recommended 8 GB RAM).
There is no guarantee that all features work as expected with a less resources.