Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在研究 akka 远程处理的示例,它们都使用了这个Bootable特性,我知道这是微内核的一部分。我正在处理的项目不使用 microkernel/ Bootable,我无法让远程演员创建工作。
Bootable
我想知道,您是否必须使用微内核来创建远程演员才能工作?除了允许您选择要引导的主类之外,微内核是否提供任何其他功能?
不会。微内核只是生成帮助脚本以帮助更轻松地进行部署,但是您可以在没有它的情况下使用 Akka 远程处理。