`clientID` removed in the MQTT config (#7157)
More than one client can't use the same clientID for MQTT connection. This causes problem in distributed deployments where config is shared across nodes, as each Minio instance tries to connect to MQTT using the same clientID. This commit removes the clientID field in config, and allows MQTT client to create random clientID for each node.master
parent
91c839ad28
commit
fad59da29d
Loading…
Reference in new issue