healchow commented on code in PR #7884:
URL: https://github.com/apache/inlong/pull/7884#discussion_r1173279504
##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/user/UserServiceImpl.java:
##########
@@ -460,4 +466,28 @@ public void removeInChargeForConsume(String user, String
operator) {
}
}
+ public void removeUserFromSession(Integer userId, String operator) {
Review Comment:
In the scenario of a single Manager service, this modification takes effect.
However, when multiple Manager services are deployed, this modification
cannot take effect globally.
Approve first.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]