It is implemented.
You can test it out in the example topology BasicDRPCTopology.
curl http://hostname.for.dprc:<port>/drpc/myfunctionname/hello
Should return "hello!"
FYI,Paul
 

    On Wednesday, February 10, 2016 2:21 PM, Victor Kovrizhkin 
<vik.kovrizh...@gmail.com> wrote:
 

 Good day everyone! 
Right now I’m looking into Storm DRPC over HTTP usage.  As I can see in 
defaults.yml (https://github.com/apache/storm/blob/master/conf/defaults.yaml) 
there is drpc.http.port setting. It is also mentioned here 
https://github.com/apache/storm/blob/master/SECURITY.md but without any 
details. 
I’ve checked storm codebase and found that there is a constant in Config class 
(https://github.com/apache/storm/blob/master/storm-core/src/jvm/org/apache/storm/Config.java#L968)
 but as I can see it is not used anywhere.
Is this feature implemented in Storm?If it is, could you give me a simple 
example how to make such request?  
Thank you very much, Viktor Kovryzhkin

  

Reply via email to