GitHub user maxime-beck opened a pull request: https://github.com/apache/tomcat/pull/84
Add tomcat in the cloud abstract implementation ## Tomcat in the Cloud _Tomcat in the Cloud_ is a project that seeks to add support for clustering into a cloud environment for a variety of cloud service providers such as OpenShift, Kubernetes, Azure and more. This commit is the first of many related to this project. It adds the abstract implementation of both **_MemberProvider_** and **_StreamProvider_**. ### MemberProvider Discovers all running instances of Tomcat in the cloud environment. ### StreamProvider Establish connection throughout the cloud network to provide multi-casting in the cloud environment. You can merge this pull request into a Git repository by running: $ git pull https://github.com/maxime-beck/tomcat trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tomcat/pull/84.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 #84 ---- commit fca17b17e947f0546853a06fe2ded5e0af311fbf Author: Maxime Beck <maxb...@redhat.com> Date: 2017-10-24T15:02:28Z Add tomcat in the cloud abstract implementation ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org