Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client not getting disconnected when Data updater Plant asks verneMQ plugin to disconnect the client. #986

Open
RamdineshJP opened this issue Aug 10, 2024 · 0 comments

Comments

@RamdineshJP
Copy link

VerneMQ broker with 3 nodes A,B and C is deployed in Kubernetes with clustering enabled. Assume that a client x is connected to Node B and sends data.

Due to some issues (say interface loading failed), data updater plant is requesting VMQ plugin to disconnect the client and the VMQ load balancer lands the request in Node A (where the actual client is connected to Node B), and the client disconnection is not happening. Disconnection is success only when the request is received by the Node where the client is connected (Node B in this case).

As per my understanding, when clustering is enabled, the disconnect request will be propagated to all the nodes in the cluster leading to successful disconnection of the client.

Am I missing any configuration here ? Any help would be much appreciated !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant