[Java] Allow Ray actors to start in a different namespace than the driver in Java API #25665
Labels
core
Issues that should be addressed in Ray Core
enhancement
Request for new feature and/or capability
java
P3
Issue moderate in impact or severity
Description
The Java API should allow Ray actors to start in a different namespace than the driver.
In Python, this is allowed using the actor options. E.g.:
More context can be found here.
Use case
This provides finer-grained control over Ray actor behavior. Ray applications can make assumptions about their actors' namespaces regardless of the driver namespace.
The text was updated successfully, but these errors were encountered: