[GitHub] storm pull request #2689: STORM-3061: rocket, jms, and mqtt updates

2018-07-02 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/storm/pull/2689


---


[GitHub] storm pull request #2689: STORM-3061: rocket, jms, and mqtt updates

2018-05-23 Thread revans2
GitHub user revans2 opened a pull request:

https://github.com/apache/storm/pull/2689

 STORM-3061: rocket, jms, and mqtt updates

This updates some dependencies for the jms examples, mqtt examples, 
rocketmq examples, and updates activemq implementation used for testing jms, 
rocketmq, and activemq.

I ran some manual tests of the example topologies that I could find. I 
couldn't make all of them really work, because there was no clear documentation 
about most of them on how to setup or run the example topologies.

mqtt examples using flink had no documentation at all so I wasn't able to 
successfully run anything. storm-jms-examples fails with what appears to be a 
JNI issue, but it fails exactly the same way on 1.2.3-SNAPSHOT too.

If someone with more experience with these could improve the documentation 
about how to run them that would be great.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/revans2/incubator-storm STORM-3061-rmq

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/storm/pull/2689.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 #2689


commit 95ea31da49825632c4fb6068cb50d8d315c59775
Author: Robert (Bobby) Evans 
Date:   2018-05-23T14:41:48Z

STORM-3061: Remove unneeded deps from rocketmq-examples

commit 433689c95526c3be92b3bec2fd3dbcfe6198fb64
Author: Robert (Bobby) Evans 
Date:   2018-05-23T17:53:44Z

STORM-3061: mqtt-update




---