mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
feat: optimize akka remote impl
This commit is contained in:
parent
af8fbb0167
commit
f2b9ae222a
@ -66,7 +66,7 @@ public class AkkaCSInitializer implements CSInitializer {
|
||||
|
||||
@Override
|
||||
public void bindHandlers(List<ActorInfo> actorInfos) {
|
||||
|
||||
// TODO: 考虑如何优雅绑定(实在不行就暴力绑定到一个 actor 上,反正可以切协议)
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -40,6 +40,9 @@ public class AkkaTransporter implements Transporter {
|
||||
private static final Map<String, String> SERVER_PATH_MAP = Maps.newHashMap();
|
||||
private static final Map<String, String> WORKER_PATH_MAP = Maps.newHashMap();
|
||||
|
||||
/*
|
||||
HandlerLocation#fullPath -> actorName
|
||||
*/
|
||||
static {
|
||||
SERVER_PATH_MAP.put("", "");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user