> On March 30, 2017, 4:53 p.m., Sid Wagle wrote:
> > Is there apache hosted tarball option for STOMP? Including code is great 
> > but better option would be if the release tarball is hosted in Apache we 
> > could rev versions without additional work.

lso lets put branch-3.0-perf as branch for all the new work before we merge.


- Sid


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58070/#review170597
-----------------------------------------------------------


On March 30, 2017, 1:43 p.m., Andrew Onischuk wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/58070/
> -----------------------------------------------------------
> 
> (Updated March 30, 2017, 1:43 p.m.)
> 
> 
> Review request for Ambari, Myroslav Papirkovskyy and Sid Wagle.
> 
> 
> Bugs: AMBARI-20630
>     https://issues.apache.org/jira/browse/AMBARI-20630
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> It was decided to use stomp 4.1.17 (lastest version)
> 
> Some points about the library:
> 
>   * It has apache license
>   * It supports basic functionality we need. Events 
> subscription/unsubscription, acks/nacks, transactions, sending events to 
> server and has a very simple neat API. Here are the docs on it 
> <http://jasonrbriggs.github.io/stomp.py/api.html>
>   * It does not require any non-default python libraries
>   * I have already tested it with a simple stomp server I have setup.
>   * Supports both Python2.x and Python3.x
> 
> 
> Diffs
> -----
> 
>   ambari-agent/conf/unix/install-helper.sh 0e32d0a 
>   ambari-agent/pom.xml fb08ce2 
>   ambari-agent/src/packages/tarball/all.xml 363941a 
>   ambari-common/src/main/python/ambari_stomp/__init__.py PRE-CREATION 
>   ambari-common/src/main/python/ambari_stomp/__main__.py PRE-CREATION 
>   ambari-common/src/main/python/ambari_stomp/adapter/__init__.py PRE-CREATION 
>   ambari-common/src/main/python/ambari_stomp/adapter/multicast.py 
> PRE-CREATION 
>   ambari-common/src/main/python/ambari_stomp/backward.py PRE-CREATION 
>   ambari-common/src/main/python/ambari_stomp/backward2.py PRE-CREATION 
>   ambari-common/src/main/python/ambari_stomp/backward3.py PRE-CREATION 
>   ambari-common/src/main/python/ambari_stomp/backwardsock.py PRE-CREATION 
>   ambari-common/src/main/python/ambari_stomp/backwardsock25.py PRE-CREATION 
>   ambari-common/src/main/python/ambari_stomp/backwardsock26.py PRE-CREATION 
>   ambari-common/src/main/python/ambari_stomp/colors.py PRE-CREATION 
>   ambari-common/src/main/python/ambari_stomp/connect.py PRE-CREATION 
>   ambari-common/src/main/python/ambari_stomp/constants.py PRE-CREATION 
>   ambari-common/src/main/python/ambari_stomp/exception.py PRE-CREATION 
>   ambari-common/src/main/python/ambari_stomp/listener.py PRE-CREATION 
>   ambari-common/src/main/python/ambari_stomp/protocol.py PRE-CREATION 
>   ambari-common/src/main/python/ambari_stomp/transport.py PRE-CREATION 
>   ambari-common/src/main/python/ambari_stomp/utils.py PRE-CREATION 
>   pom.xml 1cf13f4 
> 
> 
> Diff: https://reviews.apache.org/r/58070/diff/2/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Andrew Onischuk
> 
>

Reply via email to