-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[grid] External datastore JDBC-backed for Session Queue #16088
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
base: trunk
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
The good looks fine on high-level, but I am not sure using an RDBMS is the right approach to solve this. |
Yes, I am going to add Redis backed also. I added this RDBMS to align with Session Map, in case someone wants to use the same stack for both. |
User description
🔗 Related Issues
💥 What does this PR do?
org.seleniumhq.selenium:selenium-session-queue-jdbc
🔧 Implementation Notes
💡 Additional Considerations
🔄 Types of changes
PR Type
Enhancement
Description
Implements JDBC-backed session queue for Selenium Grid
Enables external database storage for session requests
Supports multiple Grid replicas with shared state
Adds comprehensive test coverage and configuration options
Diagram Walkthrough
File Walkthrough