[
https://issues.apache.org/jira/browse/STORM-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15169172#comment-15169172
]
ASF GitHub Bot commented on STORM-1270:
---------------------------------------
GitHub user hustfxj opened a pull request:
https://github.com/apache/storm/pull/1156
[STORM-1270] [STORM-1274] port drpc&LocalDRPC to java
1. Port "org.apache.storm.daemon.drpc" to java at
"org.apache.storm.daemon.DrpcServer".
2. Port "org.apache.storm.LocalDRPC" to java at
"org.apache.storm.LocalDRPC".
3. I keep the "webapp" of drpc.clj , as it's hard to translate and we will
move ring to other REST framework.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hustfxj/storm DRPC
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1156.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1156
----
commit 2040fee56e9a3c0614cd50e30a93389ea2843a77
Author: xiaojian.fxj <[email protected]>
Date: 2016-02-19T00:59:43Z
port drpc.clj to java
commit 2854d9ee357bf2b03af5801ffe64b3380bd621b6
Author: xiaojian.fxj <[email protected]>
Date: 2016-02-23T04:18:31Z
rename DrpcProcess
commit 9178b1c8fb7a77dde0608a285d9adc8d0b767867
Author: xiaojian.fxj <[email protected]>
Date: 2016-02-26T06:13:23Z
Merge branch 'master' into LocalDRPC
commit 802d28e607ce953664fcea7356eac98fb354683f
Author: xiaojian.fxj <[email protected]>
Date: 2016-02-26T12:32:29Z
update some tests about drpc
commit 8e350d1cf1f16b0101d699de0016bb762061f1e3
Author: xiaojian.fxj <[email protected]>
Date: 2016-02-26T14:59:02Z
let ManualDRPC throw Exception
----
> port backtype.storm.daemon.drpc to java
> ---------------------------------------
>
> Key: STORM-1270
> URL: https://issues.apache.org/jira/browse/STORM-1270
> Project: Apache Storm
> Issue Type: New Feature
> Components: storm-core
> Reporter: Robert Joseph Evans
> Assignee: John Fang
> Labels: java-migration, jstorm-merger
>
> DRPC server with HTTP and thrift support
> https://github.com/apache/storm/blob/jstorm-import/jstorm-core/src/main/java/com/alibaba/jstorm/drpc/Drpc.java
> (But missing HTTP support)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)