apache / amoro

Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
https://amoro.apache.org/
Apache License 2.0
874 stars 290 forks source link

[Improvement]: Support database based http session management. #3340

Open baiyangtx opened 10 hours ago

baiyangtx commented 10 hours ago

Search before asking

What would you like to be improved?

Currently, we manage http session in memory, which means if we restart AMS, we need to re-login.

Futher more, if we want to implement a multi-instances stateless architecture of AMS, just as mentioned in #2810, we need to share http session data between different AMS instance.

Therefore, a simple approach is to implement database-based session storage.

How should we improve?

Implement the SessionDataStore of the Javalin framework

Are you willing to submit PR?

Subtasks

No response

Code of Conduct