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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
