[GitHub] tomcat issue #84: Add tomcat in the cloud abstract implementation

2017-11-17 Thread rmaucher
Github user rmaucher commented on the issue: https://github.com/apache/tomcat/pull/84 Abstraction is ok, more importantly limiting the number of impls will make it much much easier to maintain. --- - To

[GitHub] tomcat issue #84: Add tomcat in the cloud abstract implementation

2017-11-17 Thread maxime-beck
Github user maxime-beck commented on the issue: https://github.com/apache/tomcat/pull/84 Apparently Microsoft recently came up with a new container management service **[1]** based on Kubernetes for Azure. This means that all container management providers that we're aiming to

[GitHub] tomcat issue #84: Add tomcat in the cloud abstract implementation

2017-11-08 Thread jfclere
Github user jfclere commented on the issue: https://github.com/apache/tomcat/pull/84 See also in https://github.com/jgroups-extras/jgroups-kubernetes/blob/master/src/main/java/org/jgroups/protocols/kubernetes/stream/StreamProvider.java it seems we are reusing their internal

[GitHub] tomcat issue #84: Add tomcat in the cloud abstract implementation

2017-11-08 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/84 This needs a wider discussion on the dev list first. However I do have some initial high level comments: - The choice of package is unexpected - Headers need to be standard ASF