YxAc commented on issue #154: URL: https://github.com/apache/rocketmq-mqtt/issues/154#issuecomment-2172224104
There are two ways to implement clientid conflict detection: - one is based on the global metadata center to kick out the old client - the other is based on the client online event (implemented by #283 ), each broker subscribes events and kicks off the old client. Which way of implementation do people prefer? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org