Is there a way to check which node in a VerneMQ cluster a client is connected to short of using something like WireShark?
Checking which node in a VerneMQ cluster a client is connected to
1.1k Views Asked by ytw At
2
There are 2 best solutions below
0

vmq-admin cluster show
Last login: xxxxx
+------------------+-------+
| Node |Running|
+------------------+-------+
|[email protected]| true |
|[email protected]| true |
+------------------+-------+
should give you what you need. The session command is cluster-aware.
Look up further options with --help