We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3188a78 commit 187367aCopy full SHA for 187367a
src/com/msj/storm/drpc/basic/BasicDRPCTopology.java
@@ -1,4 +1,4 @@
1
-package bhz.drpc1;
+ package com.msj.storm.drpc.basic;
2
3
import backtype.storm.Config;
4
import backtype.storm.LocalCluster;
src/com/msj/storm/drpc/basic/DrpcExclam.java
@@ -1,7 +1,13 @@
+package com.msj.storm.drpc.basic;
import backtype.storm.utils.DRPCClient;
5
+/**
6
+ * @author Vincent.M [email protected]
7
+ * @date 2017/5/11 下午2:57
8
+ * @copyright ©2017 孟少杰 All Rights Reserved
9
+ * @desc 远程调用drpc测试
10
+ */
11
public class DrpcExclam {
12
13
public static void main(String[] args) throws Exception {
0 commit comments