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.
我正在使用 scala 开发应用程序服务器。我将 Netty 4 用于我的网络内容,然后我想使用 Akka actor 来处理消息。现在我想用远程参与者测试不同机器之间的通信。但是我看到 akka 远程参与者正在使用 Netty 3。所以我的问题是我的应用程序服务器可以同时运行 Netty 3 和 4 依赖项吗?谢谢。
是的... Netty 3 和 Netty 4 可以共存,因为它们使用不同的 java 包。