You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by "healchow (via GitHub)" <gi...@apache.org> on 2023/04/21 04:03:47 UTC

[GitHub] [inlong] healchow commented on pull request #7884: [INLONG-7883][Manager] Invalidate user session when deleting user

healchow commented on PR #7884:
URL: https://github.com/apache/inlong/pull/7884#issuecomment-1517227213

   We need to consider a way to manage user information in a distributed manner. After deleting a user, all sessions in the Manager service will be invalidated.
   
   My idea is, without the use of three-party components, can we cache user info in the memory of the Manager service, synchronize it from the DB regularly, and remove the session when the user data in the DB is found to be invalid. 
   
   In this way, all Manager services can be synchronized within a certain period of time.


-- 
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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org