[grid] Revert default standalone config#17060
Conversation
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
PR TypeEnhancement Description
|
| Relevant files | |||
|---|---|---|---|
| Configuration changes |
| ||
| Refactoring |
|
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
There was a problem hiding this comment.
Pull request overview
This PR aims to revert Selenium Grid Standalone’s default event bus configuration back to an in-process implementation, undoing a defaulting change introduced in #17015.
Changes:
- Set Standalone’s default
events.implementationtoGuavaEventBus. - Change
EventBusOptionsto always default toZeroMqEventBuswhenevents.implementationis not explicitly configured.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
java/src/org/openqa/selenium/grid/server/EventBusOptions.java |
Alters the default event bus selection logic (now always defaults to ZeroMQ). |
java/src/org/openqa/selenium/grid/commands/DefaultStandaloneConfig.java |
Forces Standalone’s default event bus implementation to Guava. |
🔗 Related Issues
💥 What does this PR do?
Revert the default config for Standalone has been done in PR #17015
🔧 Implementation Notes
💡 Additional Considerations
🔄 Types of changes