[GitHub] flink pull request #2357: [FLINK-4362] [rpc] Auto generate rpc gateways via ...

2016-08-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2357 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] flink pull request #2357: [FLINK-4362] [rpc] Auto generate rpc gateways via ...

2016-08-12 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2357#discussion_r74555048 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/RpcEndpoint.java --- @@ -172,6 +173,13 @@ public void runAsync(Runnable runnable) {

[GitHub] flink pull request #2357: [FLINK-4362] [rpc] Auto generate rpc gateways via ...

2016-08-12 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2357#discussion_r74554448 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/RpcEndpoint.java --- @@ -172,6 +173,13 @@ public void runAsync(Runnable runnable) {

[GitHub] flink pull request #2357: [FLINK-4362] [rpc] Auto generate rpc gateways via ...

2016-08-11 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/2357#discussion_r74463001 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/akka/messages/RpcInvocation.java --- @@ -0,0 +1,98 @@ +/* + * Licensed to the

[GitHub] flink pull request #2357: [FLINK-4362] [rpc] Auto generate rpc gateways via ...

2016-08-11 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/2357#discussion_r74446628 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/RpcEndpoint.java --- @@ -172,6 +173,13 @@ public void runAsync(Runnable runnable) {

[GitHub] flink pull request #2357: [FLINK-4362] [rpc] Auto generate rpc gateways via ...

2016-08-11 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2357#discussion_r74443700 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/akka/AkkaRpcActor.java --- @@ -0,0 +1,176 @@ +/* + * Licensed to the Apache S

[GitHub] flink pull request #2357: [FLINK-4362] [rpc] Auto generate rpc gateways via ...

2016-08-11 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2357#discussion_r74443304 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/akka/messages/RpcInvocation.java --- @@ -0,0 +1,98 @@ +/* + * Licensed to the

[GitHub] flink pull request #2357: [FLINK-4362] [rpc] Auto generate rpc gateways via ...

2016-08-11 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2357#discussion_r74443020 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/akka/AkkaRpcActor.java --- @@ -0,0 +1,176 @@ +/* + * Licensed to the Apache S

[GitHub] flink pull request #2357: [FLINK-4362] [rpc] Auto generate rpc gateways via ...

2016-08-11 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/2357#discussion_r74439866 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/akka/messages/RpcInvocation.java --- @@ -0,0 +1,98 @@ +/* + * Licensed to the

[GitHub] flink pull request #2357: [FLINK-4362] [rpc] Auto generate rpc gateways via ...

2016-08-11 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/2357#discussion_r74439096 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/akka/AkkaRpcActor.java --- @@ -0,0 +1,176 @@ +/* + * Licensed to the Apache So

[GitHub] flink pull request #2357: [FLINK-4362] [rpc] Auto generate rpc gateways via ...

2016-08-11 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/2357 [FLINK-4362] [rpc] Auto generate rpc gateways via Java proxies This PR introduces a generic `AkkaRpcActor` which receives rpc calls as a `RpcInvocation` message. The `RpcInvocation` message