rabbitmq / rabbitmq-mqtt

RabbitMQ MQTT plugin

Home Page:https://www.rabbitmq.com/mqtt.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List MQTT connections command return duplicates

acogoluegnes opened this issue · comments

One duplicate for each node in the cluster. So with 1 connection on 1 node and 3 nodes in the cluster:

./rabbitmqctl list_mqtt_connections
Listing MQTT connections ...
client_id    conn_name
test-mqtt-3    127.0.0.1:59470 -> 127.0.0.1:1883
test-mqtt-3    127.0.0.1:59470 -> 127.0.0.1:1883
test-mqtt-3    127.0.0.1:59470 -> 127.0.0.1:1883

This affects only 3.8 and may be due to the recent client ID tracking based on Raft.